/nginx-example

Static webpage hosted on NIGNX

Primary LanguageHTMLApache License 2.0Apache-2.0

Static webpage hosted on NIGNX

This is a static app, used for the demo purposes only.

docker build . -t smuralee/nginx:latest
docker run -p 80:80 smuralee/nginx:latest