remove workers and threads
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2021-08-09 11:33:26 +02:00
parent 6deb6321ed
commit e38c428cc9
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", "app:app"]