ConceptPortal-public/updateProd.sh
2023-08-23 23:19:43 +03:00

3 lines
89 B
Bash

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