Do not use build caches for prod updates

This commit is contained in:
IRBorisov 2023-08-23 23:27:35 +03:00
parent 03eb311403
commit 6ec31b409b

View File

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