mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
@@ -63,7 +63,7 @@ echo
|
|||||||
main(){
|
main(){
|
||||||
# get the dockerfiles
|
# get the dockerfiles
|
||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
files=( $(find . -iname '*Dockerfile' | sed 's|./||' | sort) )
|
files=( $(find -L . -iname '*Dockerfile' | sed 's|./||' | sort) )
|
||||||
unset IFS
|
unset IFS
|
||||||
|
|
||||||
# build all dockerfiles
|
# build all dockerfiles
|
||||||
|
|||||||
Reference in New Issue
Block a user