diff --git a/Dockerfile b/Dockerfile index 0aea8e9..033d6d5 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", "app:app"] \ No newline at end of file