Update UpdateProd.sh

This commit is contained in:
IRBorisov 2023-09-22 23:30:28 +03:00
parent b6f14fdbe1
commit fd53346653

View File

@ -8,5 +8,6 @@ git pull
docker compose --file "${COMPOSE_FILE}" up --build --detach docker compose --file "${COMPOSE_FILE}" up --build --detach
docker image prune --all --force docker image prune --all --force
sleep 5
docker compose --file "${COMPOSE_FILE}" restart # Use this command to restart containers if something went wrong
# docker compose --file "docker-compose-prod.yml" restart