ConceptPortal-public/updateProd.sh
2023-08-23 23:33:13 +03:00

4 lines
93 B
Bash

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