Revise update aliases

This commit is contained in:
Marko Korhonen 2020-04-14 14:03:21 +03:00
parent da233b3b27
commit ec6971b9c4
2 changed files with 25 additions and 7 deletions

View file

@ -1,6 +0,0 @@
#!/bin/zsh
for dir in */; do
cd $dir
docker-compose pull && docker-compose down && docker-compose up -d
cd ..
done