Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 675 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 675 Bytes

kq-ui

Quality Gate Status img

Frontend UI for the API Key Request (KQ) application

Build and run in a docker container

docker build --build-arg configuration=[ENV_NAME] -t kq-ui . where [ENV_NAME] is one of [dlv, test, prod]

Example: docker build --build-arg configuration=dlv -t kq-ui .

docker run kq-ui