We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb358c commit 002c4dbCopy full SHA for 002c4db
1 file changed
download_deps_before.workshop.sh
@@ -2,8 +2,7 @@
2
3
# Just browse throught the directories and build all the Dockerfiles found.
4
for directory in `find . -name Dockerfile -exec dirname {} \;` ;do
5
- cd ${directory}
6
- docker build .
+ docker build ${directory}
7
done
8
9
#Do the same with fig
0 commit comments