diff --git a/.pkgr.yml b/.pkgr.yml index 51420715d2..1a59baffe6 100644 --- a/.pkgr.yml +++ b/.pkgr.yml @@ -29,6 +29,7 @@ dependencies: - gettext - nginx - jq + - libffi7 targets: ubuntu-20.04: true debian-11: true diff --git a/Procfile b/Procfile index d1a313b067..97f089b4be 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +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/python -m invoke