generated from Templates/html-nginx-deployment
Initial commit
This commit is contained in:
6
template/start.sh
Normal file
6
template/start.sh
Normal 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}}
|
||||
Reference in New Issue
Block a user