Added bootstrap template files.

This commit is contained in:
2023-01-07 17:28:20 +02:00
parent 99d655620b
commit c61ab676e0
5 changed files with 226 additions and 0 deletions

2
template/start.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
docker run --rm -v $(pwd)/html/:/usr/share/nginx/html/ -p {{localPort}}:80 {{localContainer}}