forked from github/plane
build: finalize dockerfiles update package.json to include all lexical dependencies
This commit is contained in:
6
apiserver/bin/takeoff
Executable file
6
apiserver/bin/takeoff
Executable 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 -
|
||||
Reference in New Issue
Block a user