Update command to run the app

This commit is contained in:
Deko
2023-03-04 11:11:06 +01:00
parent 85d5ca2bec
commit eca4ab3f6b

View File

@@ -53,7 +53,7 @@ Replace `source .env` with your OS' appropriate way of loading environment varia
```bash
poetry shell
source .env
python app/main.py
python -m app.main
```
## Running in Docker