fix cli on 22.04 (#5204)

This commit is contained in:
Matthias Mair 2023-07-09 00:40:27 +02:00 committed by GitHub
parent b37b8a8610
commit d4fad4f5c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 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 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