Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 389 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 389 Bytes

2020-demo-admin-hq

For all settings, configure the variables in a .env folder, similar to the .env.example

DEV - run apps locally for development

make dev-server

make dev-ui

BUILD - build images locally using s2i

make build-server

make build-ui

make build

PUSH - push images to repository

make push-server

make push-ui

make push