Skip to content

Commit 72ceb48

Browse files
reduce process and thread count
1 parent fb591aa commit 72ceb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ EXPOSE 5050
5151
ENV FLASK_APP=app.py
5252

5353
# Run the application using uWSGI
54-
CMD ["uwsgi", "--http", "0.0.0.0:5050", "--wsgi-file", "app.py", "--callable", "app", "--processes", "4", "--threads", "2"]
54+
CMD ["uwsgi", "--http", "0.0.0.0:5050", "--wsgi-file", "app.py", "--callable", "app", "--processes", "2"]

0 commit comments

Comments
 (0)