Skip to content

ukwa/ukwa-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UKWA Website holding page

To build the UKWA website holding page as a container, run:

podman build -t <TAG-NAME> .

TAG-NAME will define the container service name and has no affect to the UKWA website.

To run the container image:

podman run -p 8090:80 -d <TAG-NAME>