You want to demonstrate your javascript code to a customer? Setup this Proxy and have you Code injected into his site. Uncomplicated Demonstration.
cd ps-server-smartgateway
docker build -t openresty-script-injection-proxy -f Dockerfile_build.
docker run --rm -it \
--name my-app-dev8 \
-v "$(pwd)/nginx/conf":/opt/openresty/nginx/conf \
-v "$(pwd)/nginx/logs":/opt/openresty/nginx/logs \
-p 80:80 \
openresty-script-injection-proxy "$@"
start editing nginx/conf/nginx.conf
docker build -t openresty-script-injection-proxy/dev:0.0.1 .
docker run --rm -it \
-p 80:80 \
openresty-script-injection-proxy/dev:0.0.1