Skip to content

Commit 002c4db

Browse files
committed
Update download_deps_before.workshop.sh
1 parent fbb358c commit 002c4db

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

download_deps_before.workshop.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
# Just browse throught the directories and build all the Dockerfiles found.
44
for directory in `find . -name Dockerfile -exec dirname {} \;` ;do
5-
cd ${directory}
6-
docker build .
5+
docker build ${directory}
76
done
87

98
#Do the same with fig

0 commit comments

Comments
 (0)