Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

moj-analytical-services/webapp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webapp template to deploy static websites

Static website template.

Place the files to serve under www, these will be served by the web server (NGINX).

Build/Run the docker image

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.