dwitch gunicorn worker to 2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
vincent 2022-05-19 19:55:50 +02:00
parent 22f5d0f350
commit 72d3de7707

View File

@ -19,5 +19,5 @@ RUN apk -U --no-progress upgrade && \
USER chaineTV
EXPOSE 5000
WORKDIR /backend
CMD /usr/bin/gunicorn --workers=4 -b :5000 run:app
CMD /usr/bin/gunicorn --workers=2 -b :5000 run:app