File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ python /app/manage.py migrate --noinput
3030# spawn a gunicorn server in the background
3131echo " "
3232echo " Starting up Gunicorn"
33- gunicorn -c /app/drycc/gunicorn/config.py api .wsgi &
33+ gunicorn -c /app/drycc/gunicorn/config.py drycc.gunicorn .wsgi &
3434
3535echo " "
3636echo " Loading database information to Kubernetes in the background"
Original file line number Diff line number Diff line change 1+ from tornado .wsgi import WSGIContainer
2+
3+
4+ from api .wsgi import application as handler
5+
6+
7+ application = WSGIContainer (handler )
Original file line number Diff line number Diff line change 1+ from tornado .wsgi import WSGIContainer
2+
3+
4+ from api .wsgi import application as handler
5+
6+
7+ application = WSGIContainer (handler )
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ morph==0.1.4
1515ndg-httpsclient == 0.5.1
1616packaging == 20.4
1717pyasn1 == 0.4.8
18- tornado == 5.1.1
1918pynsq == 0.9.0
2019psycopg2-binary == 2.8.5
2120pyldap == 3.0.0.post1
You can’t perform that action at this time.
0 commit comments