dwitch gunicorn worker to 2
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
22f5d0f350
commit
72d3de7707
@ -19,5 +19,5 @@ RUN apk -U --no-progress upgrade && \
|
|||||||
USER chaineTV
|
USER chaineTV
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
WORKDIR /backend
|
WORKDIR /backend
|
||||||
CMD /usr/bin/gunicorn --workers=4 -b :5000 run:app
|
CMD /usr/bin/gunicorn --workers=2 -b :5000 run:app
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user