Files
wedding-page/start.sh
Sciocatti 8278950bf7
Some checks failed
Home Cluster Builds/wedding-page/pipeline/head There was a failure building this commit
Bootstrapped from template.
2023-01-07 18:10:43 +02:00

6 lines
206 B
Bash
Executable File

#!/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