Start script echoes hosting address when run.
This commit is contained in:
@@ -1,2 +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