diff --git a/build-all.sh b/build-all.sh index e167953..f0f6fe2 100755 --- a/build-all.sh +++ b/build-all.sh @@ -63,7 +63,7 @@ echo main(){ # get the dockerfiles IFS=$'\n' - files=( $(find . -iname '*Dockerfile' | sed 's|./||' | sort) ) + files=( $(find -L . -iname '*Dockerfile' | sed 's|./||' | sort) ) unset IFS # build all dockerfiles