CodeLiturgy.Dashboard/README.md

20 lines
420 B
Markdown
Raw Normal View History

2022-10-30 19:52:18 +03:00
# CodeLiturgy Dashboard
2022-10-30 19:52:18 +03:00
Dashboard for managing sites, this includes setting up an environments.
## Using docker
2022-11-26 01:36:15 +03:00
To build the CodeLiturgy.Views image use:
2022-11-26 01:36:15 +03:00
`docker build -f CodeLiturgy.Views/Dockerfile . -t myappdebug`
Copy the generated hash, and run:
` docker run -p 8080:80 image-hash`
## Using Docker Compose
Run the following command to instance a MySQL database and the API:
2022-08-19 06:18:50 +03:00
`docker-compose up --build -d`