Updated readme
This commit is contained in:
parent
968c19e3cf
commit
9fbdb9f3fb
17
README.md
17
README.md
@ -17,3 +17,20 @@ python -m venv .venv
|
|||||||
./.venv/Scripts/Activate.ps1
|
./.venv/Scripts/Activate.ps1
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Running
|
||||||
|
|
||||||
|
### Pre-Requisites
|
||||||
|
|
||||||
|
- Docker daemon is installed and running.
|
||||||
|
- Docker compose is installed.
|
||||||
|
|
||||||
|
### Instructions
|
||||||
|
|
||||||
|
In order to run the web app, simply use the command
|
||||||
|
|
||||||
|
```sh {"id":"01HKD0VRADDYQ92W22JN1FHA03"}
|
||||||
|
docker-compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
to run the container in a detatched mode.
|
Loading…
Reference in New Issue
Block a user