Start script echoes hosting address when run.

This commit is contained in:
2023-01-07 17:51:45 +02:00
parent d45774dfe6
commit 60b4496ec8

View File

@@ -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}}