This example is deploys a site using NGINX
- NGINX
- Static Site
- Open the
site/index.html
in the browser
By default the site/
directory gets deployed as a static site. This can be modified by changing the Dockerfile
.
The site is deployed using the default NGINX configuration. This can be overridden with a custom conf file by adding
COPY nginx.conf /etc/nginx/nginx.conf
to the end of the Dockerfile. For more information, read the docs.