diff --git a/Dockerfile b/Dockerfile index 28d4db1..6de777e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ ENV FLASK_APP=jwt_proxy.wsgi:app \ EXPOSE "${PORT}" -CMD gunicorn --bind "0.0.0.0:${PORT:-8008}" ${FLASK_APP} +CMD gunicorn --bind "0.0.0.0:${PORT:-8008}" ${FLASK_APP} --timeout 180