Define and serve an HTML page using a single Dockerfile
This is a quick and easy way to write an HTML page directly in the same Dockerfile where you define the Nginx server.Use case:
I needed a very basic placeholder page for a project before it was actual...