mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 10:35:40 +00:00
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:
@ -29,6 +29,7 @@ dependencies:
|
|||||||
- gettext
|
- gettext
|
||||||
- nginx
|
- nginx
|
||||||
- jq
|
- jq
|
||||||
|
- libffi7
|
||||||
targets:
|
targets:
|
||||||
ubuntu-20.04: true
|
ubuntu-20.04: true
|
||||||
debian-11: true
|
debian-11: true
|
||||||
|
1
Procfile
1
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
|
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/python -m invoke
|
||||||
|
Reference in New Issue
Block a user