Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 525 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 525 Bytes

uems-frontend-themis

Coverage Status

The frontend for the UEMS application.

This is currently hosted using the simple node serve system running in a docker container.

To build the application + docker image:

sudo docker build -t uems-themis .

To run the docker image:

sudo docker run -p 15300:15300 uems-themis