B: Fix rebuilding containers

This commit is contained in:
Ivan 2025-07-23 12:13:18 +03:00
parent e488ddbacb
commit c17ed15905

View File

@ -6,8 +6,7 @@ git reset --hard origin/main
/bin/bash "${BACKUP_SCRIPT}"
docker compose --file "${COMPOSE_FILE}" up --build --detach
docker compose --file "${COMPOSE_FILE}" restart
docker compose --file "${COMPOSE_FILE}" up --build --detach --force-recreate
docker compose --file "${COMPOSE_FILE}" restart nginx
# Use this to prune caches