Removed generated start script.

This commit is contained in:
2023-01-07 17:53:50 +02:00
parent de38e6a7a2
commit f52de455af

View File

@@ -1,6 +0,0 @@
#!/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 3000:80 192.168.195.195:nginx:latest