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 fb591aa commit 72ceb48Copy full SHA for 72ceb48
app/Dockerfile
@@ -51,4 +51,4 @@ EXPOSE 5050
51
ENV FLASK_APP=app.py
52
53
# Run the application using uWSGI
54
-CMD ["uwsgi", "--http", "0.0.0.0:5050", "--wsgi-file", "app.py", "--callable", "app", "--processes", "4", "--threads", "2"]
+CMD ["uwsgi", "--http", "0.0.0.0:5050", "--wsgi-file", "app.py", "--callable", "app", "--processes", "2"]
0 commit comments