Bachelorthesis_Code/stop.sh

5 lines
161 B
Bash
Raw Normal View History

2021-07-13 18:25:02 +00:00
podman stop frontend-{dev,prod} backend-{dev,prod}
podman rmi caminsha/bt-{frontend,backend}
2021-06-28 03:54:33 +00:00
podman-compose down
2021-07-13 16:13:46 +00:00
podman-compose -f docker-compose.prod.yml down