Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 292 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 292 Bytes

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>