/Nginx-CustomHTML-Dockerfile

Easy containerization way to deploy static pages with Nginx as web server.

Primary LanguageHTMLMIT LicenseMIT

Custom your HTML on ./HTML/ before build image

Build image : $ docker build -t imagename .

Run image : $ docker container run -d -p 80:80 imagename