We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38755fb commit a41807dCopy full SHA for a41807d
docker/production/Dockerfile
@@ -43,4 +43,5 @@ COPY ./app /workspace/app
43
COPY --from=build-stage /workspace/client/dist /workspace/dist
44
45
EXPOSE 5000
46
-CMD gunicorn -w 1 -b 0.0.0.0:5000 app:app --worker-class eventlet --log-level debug --no-sendfile
+CMD gunicorn -w 1 -b 0.0.0.0:5000 app:app --worker-class eventlet --log-level debug --no-sendfile --timeout 180
47
+
0 commit comments