Skip to content

Commit e7af283

Browse files
authored
Enable gunicorn debugging
1 parent 87a3a25 commit e7af283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/production/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ RUN pip install -r requirements.txt
3535
RUN pip install pycocotools
3636

3737
EXPOSE 5000
38-
CMD gunicorn -w 4 -b 0.0.0.0:5000 app:app --config app/gunicorn_config.py
38+
CMD gunicorn -w 4 -b 0.0.0.0:5000 app:app --config app/gunicorn_config.py --log-level debug

0 commit comments

Comments
 (0)