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 388b8be commit a4cbf41Copy full SHA for a4cbf41
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", "4"]
+CMD ["uwsgi", "--lazy-apps", "--http", "0.0.0.0:5050", "--wsgi-file", "app.py", "--callable", "app", "--processes", "4"]
0 commit comments