From 7f12d3ac5f61163fa773fb11656b2f332a378878 Mon Sep 17 00:00:00 2001 From: Jason Date: Sat, 6 Apr 2024 19:50:18 -0400 Subject: [PATCH] reset config as there is no reason to keep it. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a53648..c60db86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,6 +43,6 @@ EXPOSE 28730 CMD /app/.venv/bin/gunicorn \ --bind :28730 \ --error-logfile - \ - --timeout 15 \ + --timeout 20 \ --config /app/container/gunicorn.py \ mCTF.wsgi:application