mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
Do not use build caches for prod updates
This commit is contained in:
parent
03eb311403
commit
6ec31b409b
|
@ -1,3 +1,3 @@
|
|||
git pull
|
||||
docker compose -f "docker-compose-prod.yml" up --build -d
|
||||
docker system prune -a
|
||||
docker compose -f "docker-compose-prod.yml" up --build --no-cache -d
|
||||
docker image prune -f
|
Loading…
Reference in New Issue
Block a user