Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 459 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 459 Bytes

Overview

TODO

Building

LarcanumCds.Server Docker Image

From within the src/LarcanumCds.Server directory

docker build -t executry/larcanum-cds-server .
docker push executry/larcanum-cds-server:latest

LarcanumCds Wiki Frontend Docker Image

From within the src/Frontend/WikiFrontend directory

ng build
docker build -t executry/larcanum-cds-wiki .
docker push executry/larcanum-cds-wiki:latest