diff --git a/Procfile b/Procfile index dd2f26d495..7761c4d5bc 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,3 @@ web: env/bin/gunicorn --chdir $APP_HOME/InvenTree -c InvenTree/gunicorn.conf.py InvenTree.wsgi -b 0.0.0.0:$PORT worker: env/bin/python InvenTree/manage.py qcluster -cli: . env/bin/activate && exec env/bin/python -m invoke +cli: echo "" && . env/bin/activate && exec env/bin/python -m invoke