diff --git a/Procfile b/Procfile index 5ea6512d73..9b81d80a4d 100644 --- a/Procfile +++ b/Procfile @@ -1,7 +1,7 @@ # Web process: gunicorn web: env/bin/gunicorn --chdir $APP_HOME/src/backend/InvenTree -c src/backend/InvenTree/gunicorn.conf.py InvenTree.wsgi -b 0.0.0.0:$PORT # Worker process: qcluster -worker: env/bin/python src/backendInvenTree/manage.py qcluster +worker: env/bin/python src/backend/InvenTree/manage.py qcluster # Invoke commands invoke: echo "" | echo "" && . env/bin/activate && invoke # CLI: Provided for backwards compatibility