commit 9312cebee3aa997da0a83faaa083ffeeb1d825b5 parent ce99fc8f955fdb3163179c18562953a0631f4b94 Author: Daniel GarcĂa <dani-garcia@users.noreply.github.com> Date: Sat, 6 Mar 2021 00:04:12 +0100 Merge pull request #1463 from std2main/patch-2 Add a dot in find command. Diffstat:
M | docker/Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/Makefile b/docker/Makefile @@ -1,4 +1,4 @@ -OBJECTS := $(shell find -mindepth 2 -name 'Dockerfile*') +OBJECTS := $(shell find ./ -mindepth 2 -name 'Dockerfile*') all: $(OBJECTS)