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 366e058 commit c57e34aCopy full SHA for c57e34a
app/Dockerfile
@@ -49,4 +49,4 @@ EXPOSE 5050
49
ENV FLASK_APP=app.py
50
51
# Run the application using uWSGI
52
-CMD ["uwsgi", "--lazy-apps", "--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", "4", "--threads", "2"]
0 commit comments