ConceptPortal-public/updateProd.sh
2023-08-23 23:37:02 +03:00

4 lines
92 B
Bash

git pull
docker compose -f "docker-compose-prod.yml" up --build -d
docker iamge prune -a -f