diff --git a/start.sh b/start.sh deleted file mode 100755 index b940f8b..0000000 --- a/start.sh +++ /dev/null @@ -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 \ No newline at end of file