We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a3a25 commit e7af283Copy full SHA for e7af283
docker/production/Dockerfile
@@ -35,4 +35,4 @@ RUN pip install -r requirements.txt
35
RUN pip install pycocotools
36
37
EXPOSE 5000
38
-CMD gunicorn -w 4 -b 0.0.0.0:5000 app:app --config app/gunicorn_config.py
+CMD gunicorn -w 4 -b 0.0.0.0:5000 app:app --config app/gunicorn_config.py --log-level debug
0 commit comments