Files
wedding-page/start.sh
Sciocatti 8cf18a3dc3
Some checks failed
Home Cluster Builds/wedding-page/pipeline/head There was a failure building this commit
Fixed incorrect mapped port.
2023-01-07 18:31:43 +02:00

6 lines
206 B
Bash
Executable File

#!/bin/bash
echo ""
echo "Starting an Nginx container listening on http://localhost:3030"
echo ""
echo ""
docker run --rm -v $(pwd)/html/:/usr/share/nginx/html/ -p 3030:80 192.168.195.195:30000/nginx:latest