Bootstrapped from template.
Some checks failed
Home Cluster Builds/wedding-page/pipeline/head There was a failure building this commit

This commit is contained in:
2023-01-07 18:10:43 +02:00
parent d0689a1ae5
commit 8278950bf7
10 changed files with 124 additions and 121 deletions

6
start.sh Executable file
View File

@@ -0,0 +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 3030:80 192.168.195.195:30001/nginx:latest