From 6ec31b409bbfeed2aaa7525818a0b627749d24d4 Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Wed, 23 Aug 2023 23:27:35 +0300 Subject: [PATCH] Do not use build caches for prod updates --- updateProd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/updateProd.sh b/updateProd.sh index 4fb872fb..ab47d5f5 100644 --- a/updateProd.sh +++ b/updateProd.sh @@ -1,3 +1,3 @@ git pull -docker compose -f "docker-compose-prod.yml" up --build -d -docker system prune -a \ No newline at end of file +docker compose -f "docker-compose-prod.yml" up --build --no-cache -d +docker image prune -f \ No newline at end of file