Added bootstrap template files.
This commit is contained in:
2
template/start.sh
Normal file
2
template/start.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker run --rm -v $(pwd)/html/:/usr/share/nginx/html/ -p {{localPort}}:80 {{localContainer}}
|
||||
Reference in New Issue
Block a user