We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d31cb1 commit 2f23ebbCopy full SHA for 2f23ebb
Dockerfile
@@ -9,7 +9,7 @@ ENV APP_LOG_LEVEL="info"
9
ENV APP_PORT="8000"
10
ENV APPLICATION_DIR="/srv/application"
11
12
-RUN source /srv/virtenv/bin/activate && pip install gunicorn==19.6.0 greenlet eventlet
+RUN source /srv/virtenv/bin/activate && pip install gunicorn==19.6.0
13
14
EXPOSE $APP_PORT
15
ADD start-gunicorn.sh /home/app/start-gunicorn.sh
start-gunicorn.sh
@@ -14,7 +14,6 @@ gunicorn $APP_MODULE \
--name $APP_PROCESS_NAME \
--bind=0.0.0.0:$APP_PORT \
16
--workers=$APP_WORKERS_COUNT \
17
- --worker-class=eventlet
18
--timeout=$TIMEOUT \
19
--log-level=$APP_LOG_LEVEL \
20
--log-file="-" \
0 commit comments