Rebuild docker on redeploy

This commit is contained in:
UserA 2024-08-13 06:41:39 +03:00
parent c78f7009e7
commit ae8663b476

View File

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