first commit

This commit is contained in:
2019-01-02 11:08:16 +01:00
commit 5e3dcd47ca
17 changed files with 1156 additions and 0 deletions

6
test_stop.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# Stop and remove test enviornment
docker stop test-web && docker rm test-web
exit 0