Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 341 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 341 Bytes

Static Sites Repository

A place to house the static pages that is hosted using Github pages.

Docker Instructions

docker build -t util-webapps .

docker run -d -p 8090:80 util-webapps

I have also published this to Docker hub that can be directly run with follwoing: docker run -d -p 8090:80 sanjaysingh/util-webapps