From fc1c6a7205951d084321675af73f4845e2cc9afe Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Wed, 23 Aug 2023 23:31:30 +0300 Subject: [PATCH] Revert "Do not use build caches for prod updates" This reverts commit 6ec31b409bbfeed2aaa7525818a0b627749d24d4. --- updateProd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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