diff --git a/template/start.sh b/template/start.sh index b160ce7..a3fb74e 100644 --- a/template/start.sh +++ b/template/start.sh @@ -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}} \ No newline at end of file