build: finalize dockerfiles update package.json to include all lexical dependencies

This commit is contained in:
pablohashescobar
2022-12-02 23:39:03 +05:30
parent 7ef9ea07f0
commit 814982a9be
7 changed files with 76 additions and 11 deletions

6
apiserver/bin/takeoff Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -e
python manage.py migrate
python manage.py rqworker &
exec gunicorn plane.wsgi -k gthread --workers 8 --bind 0.0.0.0:8000 --config gunicorn.config.py --max-requests 10000 --max-requests-jitter 1000 --access-logfile -