Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 230 Bytes

File metadata and controls

3 lines (2 loc) · 230 Bytes

Html + Nginx + Docker

Here's a basic implementation of an nginx web serving a static page with docker. The Dockerfile copies index.html and default.conf into the container and uses the base nginx image to launch the server.