Skip to content

Commit

Permalink
Add gunicorn logging line
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlees committed Jan 22, 2021
1 parent ce58fa1 commit 341ebd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ EXPOSE 8000 2222
CMD [ "gunicorn", \
"-b", "0.0.0.0:8000", \
"--worker-tmp-dir", "/dev/shm", \
"--log-file=-", \
"--timeout", "600", \
"--workers=2", "--threads=4", "--worker-class=gthread", \
"--chdir", "PopPUNK", \
Expand Down

0 comments on commit 341ebd4

Please sign in to comment.