Add cli to package installs (#4274)

* Add cli to package installs

adds an optional call to the command line to run invoke commands easiert

* Add libffi7

needed for ffi / cli operations
This commit is contained in:
Matthias Mair 2023-01-29 02:39:27 +01:00 committed by GitHub
parent 1fce1fa695
commit ed9f93a2d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ dependencies:
- gettext
- nginx
- jq
- libffi7
targets:
ubuntu-20.04: true
debian-11: true

View File

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