first commit
This commit is contained in:
6
test_stop.sh
Executable file
6
test_stop.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Stop and remove test enviornment
|
||||
docker stop test-web && docker rm test-web
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user