Bachelorthesis_Code/stop.sh
cami 46ce8655f3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
renamed some thigns
2021-07-13 20:25:02 +02:00

5 lines
161 B
Bash

podman stop frontend-{dev,prod} backend-{dev,prod}
podman rmi caminsha/bt-{frontend,backend}
podman-compose down
podman-compose -f docker-compose.prod.yml down