diff --git a/updateProd.sh b/updateProd.sh index ab47d5f5..4fb872fb 100644 --- a/updateProd.sh +++ b/updateProd.sh @@ -1,3 +1,3 @@ git pull -docker compose -f "docker-compose-prod.yml" up --build --no-cache -d -docker image prune -f \ No newline at end of file +docker compose -f "docker-compose-prod.yml" up --build -d +docker system prune -a \ No newline at end of file