Custom your HTML on ./HTML/ before build image
Build image : $ docker build -t imagename .
Run image : $ docker container run -d -p 80:80 imagename
Easy containerization way to deploy static pages with Lighttpd as web server.
HTMLMIT
Custom your HTML on ./HTML/ before build image
Build image : $ docker build -t imagename .
Run image : $ docker container run -d -p 80:80 imagename