remove workers and threads
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
3d423c71c6
commit
9bfedf0090
@ -16,4 +16,4 @@ COPY ./src .
|
|||||||
|
|
||||||
EXPOSE 8080
|
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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user