increase performance
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-11-27 02:34:06 +01:00
parent d62ad11de9
commit bf8759d176
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ COPY ./src .
EXPOSE 8080
ENTRYPOINT ["gunicorn", "-b", "0.0.0.0:8080", "--workers", "1", "--threads", "1", "app:app"]
ENTRYPOINT ["gunicorn", "-b", "0.0.0.0:8080", "--workers", "4", "--threads", "1", "app:app"]