Initial commit

This commit is contained in:
Home-Cluster
2023-01-07 15:59:18 +00:00
commit d0689a1ae5
33 changed files with 711 additions and 0 deletions

6
template/start.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
echo ""
echo "Starting an Nginx container listening on http://localhost:3000"
echo ""
echo ""
docker run --rm -v $(pwd)/html/:/usr/share/nginx/html/ -p {{localPort}}:80 {{localContainer}}