Build also (for future container)
This commit is contained in:
parent
11cfb944a2
commit
443e6be1ca
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#/bin/bash/
|
||||
|
||||
for dir in ./*/ ; do
|
||||
(cd "$dir" && echo "[$dir]" && docker-compose build);
|
||||
(cd "$dir" && echo "[$dir]" && docker-compose pull);
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue