ConceptPortal-public/updateProd.sh

3 lines
99 B
Bash
Raw Normal View History

2023-08-14 23:16:01 +03:00
git pull
docker compose -f "docker-compose-prod.yml" up --build --no-cache -d
docker image prune -f