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 b157dde commit 7025076Copy full SHA for 7025076
Dockerfile
@@ -15,4 +15,4 @@ EXPOSE 5000
15
ENV PYTHONPATH /usr/src/app
16
ENV FLASK_APP pload.app
17
18
-CMD ["uwsgi", "--master", "--http", ":5000", "--processes", "4", "--harakiri", "90", "--module", "pload.app", "--callable", "app"]
+CMD ["uwsgi", "--master", "--http", ":5000", "-b", "32768", "--processes", "4", "--harakiri", "90", "--module", "pload.app", "--callable", "app"]
0 commit comments