diff --git a/gunicorn.conf b/gunicorn.conf index e6d76fa..334b24e 100644 --- a/gunicorn.conf +++ b/gunicorn.conf @@ -1,3 +1,3 @@ [program:gunicorn] -command=gunicorn -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker app:app -b localhost:5000 +command=/usr/bin/gunicorn -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker app:app -b localhost:5000 directory=/deploy/app diff --git a/src/requirements.txt b/src/requirements.txt index 5e1ed2b..de6646a 100644 Binary files a/src/requirements.txt and b/src/requirements.txt differ