Revise update aliases

This commit is contained in:
Marko Korhonen 2020-04-14 14:03:21 +03:00
parent 4bce56aff7
commit 5cacefd617
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
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