We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f7878 commit 63447b3Copy full SHA for 63447b3
Dockerfile
@@ -43,6 +43,6 @@ EXPOSE 28730
43
CMD /app/.venv/bin/gunicorn \
44
--bind :28730 \
45
--error-logfile - \
46
- --timeout 20 \
+ --timeout 40 \
47
--config /app/container/gunicorn.py \
48
mCTF.wsgi:application
0 commit comments