oops
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-12-05 18:00:50 +01:00
parent 4a7bd11324
commit 1fc1e2b639
3 changed files with 4 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"]