generated from Templates/html-nginx-deployment
Some checks failed
Home Cluster Builds/wedding-page/pipeline/head There was a failure building this commit
6 lines
206 B
Bash
Executable File
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 |