diff --git a/scripts/prod/UpdateProd.sh b/scripts/prod/UpdateProd.sh index d8f66d81..94d4e8ad 100644 --- a/scripts/prod/UpdateProd.sh +++ b/scripts/prod/UpdateProd.sh @@ -8,6 +8,7 @@ git reset --hard origin/main docker compose --file "${COMPOSE_FILE}" up --build --detach docker compose --file "${COMPOSE_FILE}" restart +docker compose --file "${COMPOSE_FILE}" restart nginx # Use this to prune caches # docker system prune -a -f