20 lines
420 B
Markdown
20 lines
420 B
Markdown
# CodeLiturgy Dashboard
|
|
|
|
Dashboard for managing sites, this includes setting up an environments.
|
|
|
|
## Using docker
|
|
|
|
To build the CodeLiturgy.Views image use:
|
|
|
|
`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:
|
|
|
|
`docker-compose up --build -d` |