Revert "Do not use build caches for prod updates"

This reverts commit 6ec31b409b.
This commit is contained in:
IRBorisov 2023-08-23 23:31:30 +03:00
parent 6ec31b409b
commit fc1c6a7205

View File

@ -1,3 +1,3 @@
git pull
docker compose -f "docker-compose-prod.yml" up --build --no-cache -d
docker image prune -f
docker compose -f "docker-compose-prod.yml" up --build -d
docker system prune -a