removed multiple workers as they do not work well with flask
This commit is contained in:
@@ -38,4 +38,4 @@ COPY --from=css-builder /build/static/css/output.css ./app/static/css/output.css
|
||||
EXPOSE 5000
|
||||
|
||||
# Gunicorn command
|
||||
CMD ["gunicorn", "-w", "4", "--worker-class", "eventlet", "-b", "0.0.0.0:5000", "app.wsgi:app"]
|
||||
CMD ["gunicorn", "-w", "1", "--worker-class", "eventlet", "-b", "0.0.0.0:5000", "app.wsgi:app"]
|
||||
|
||||
Reference in New Issue
Block a user