ConceptPortal-public/updateProd.sh
2023-08-24 11:10:04 +03:00

3 lines
91 B
Bash

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