Static website template.
Place the files to serve under www
, these will be served by the web server
(NGINX).
This could be useful to test your website before deploying it.
Build:
$ docker build -t website-template .
Then run the container:
$ docker run -p 80:80 website-template .
You can see your website in the browser by visiting http://localhost:80.