diff --git a/updateProd.sh b/updateProd.sh index 5ea6be41..85a52831 100644 --- a/updateProd.sh +++ b/updateProd.sh @@ -1,3 +1,3 @@ git pull docker compose -f "docker-compose-prod.yml" up --build -d -docker iamge prune -a -f +docker image prune -a -f