We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1484d72 commit 47f4f44Copy full SHA for 47f4f44
Dockerfile
@@ -4,4 +4,4 @@ WORKDIR /apps
4
COPY ./discovery ./discovery
5
COPY ./requirements.txt ./requirements.txt
6
RUN pip install -r requirements.txt
7
-ENTRYPOINT [ "sh", "-c", "gunicorn -w 4 'discovery.app:create_app()' --bind=0.0.0.0:${PORT}" ]
+ENTRYPOINT [ "sh", "-c", "gunicorn --workers 4 --timeout 0 --bind=0.0.0.0:${PORT} 'discovery.app:create_app()'" ]
0 commit comments