Update README.md

This commit is contained in:
Alex
2023-10-30 22:01:04 +00:00
committed by GitHub
parent d59731a678
commit be8a7e981a

View File

@@ -148,7 +148,7 @@ python -m venv venv
pip install -r requirements.txt
```
4. Run the app using `flask run --host=0.0.0.0 --port=7091`.
4. Run the app using `flask --app application/app.py run --host=0.0.0.0 --port=7091`.
5. Start worker with `celery -A application.app.celery worker -l INFO`.
### Start frontend