From 946d53194bfba17534cfb7448e1dede9076b895d Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Wed, 23 Aug 2023 23:37:02 +0300 Subject: [PATCH] Update updateProd.sh --- updateProd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updateProd.sh b/updateProd.sh index 2e42ec99..5ea6be41 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 -f +docker iamge prune -a -f