From be8a7e981a9b5e063b0889e1eddf9dee7dee650c Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 30 Oct 2023 22:01:04 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97a965f5..abd56e25 100644 --- a/README.md +++ b/README.md @@ -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