mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
Add update scripts for docker
This commit is contained in:
parent
759b22199e
commit
6792993ba6
6
docker/update.sh
Normal file
6
docker/update.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/zsh
|
||||
for dir in */; do
|
||||
cd $dir
|
||||
docker-compose pull && docker-compose down && docker-compose up -d
|
||||
cd ..
|
||||
done
|
Loading…
Reference in New Issue
Block a user