Files
wedding-page/template/start.sh
Home-Cluster d0689a1ae5 Initial commit
2023-01-07 15:59:18 +00:00

6 lines
199 B
Bash

#!/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 {{localPort}}:80 {{localContainer}}