Rebuild docker on redeploy

This commit is contained in:
akulij 2024-08-13 06:41:39 +03:00
parent aa6f7fe627
commit b04d787ea2

View File

@ -2,5 +2,6 @@ cd ~/gits
for d in */; do
cd "$d"
git pull
docker compose up -d --build
docker compose restart
done