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 257adbe commit 4e5921fCopy full SHA for 4e5921f
app/Dockerfile
@@ -49,4 +49,4 @@ RUN python test_intercom.py
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", "--threads", "2"]
+CMD ["uwsgi", "--lazy-apps", "--http", "0.0.0.0:5050", "--wsgi-file", "app.py", "--callable", "app", "--processes", "4", "--threads", "2"]
0 commit comments