Files
docker-nginx/test_stop.sh
Fergal Moran d9543ba414 Initial commit
2018-08-09 21:06:00 +01:00

7 lines
100 B
Bash
Executable File

#!/bin/bash
# Stop and remove test enviornment
docker stop test-web && docker rm test-web
exit 0