diff --git a/Dockerfile b/Dockerfile index 717487a..2b5d20f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ COPY ./src . EXPOSE 8080 -ENTRYPOINT ["gunicorn", "-b", "0.0.0.0:8080", "--workers", "1", "--threads", "1", "app:app"] \ No newline at end of file +ENTRYPOINT ["gunicorn", "-b", "0.0.0.0:8080", "--workers", "4", "--threads", "1", "app:app"] \ No newline at end of file