Build also (for future container)

This commit is contained in:
Florian Zirker 2021-09-15 14:35:19 +02:00
parent 11cfb944a2
commit 443e6be1ca
1 changed files with 1 additions and 0 deletions

View File

@ -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