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 efa152a commit 943959bCopy full SHA for 943959b
app/Dockerfile
@@ -49,4 +49,4 @@ EXPOSE 5050
49
ENV FLASK_APP=app.py
50
51
# Run the application using uWSGI
52
-CMD ["uwsgi", "--http", "0.0.0.0:5050", "--wsgi-file", "app.py", "--callable", "app", "--processes", "2"]
+CMD ["uwsgi", "--http", "0.0.0.0:5050", "--wsgi-file", "app.py", "--callable", "app", "--processes", "4"]
0 commit comments