diff --git a/Dockerfile b/Dockerfile index a2d32e7..e5734ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,4 @@ EXPOSE $PORT # For environments with multiple CPU cores, increase the number of workers # to be equal to the cores available. # Timeout is set to 0 to disable the timeouts of the workers to allow Cloud Run to handle instance scaling. -CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 app:app +CMD exec python app.py diff --git a/requirements.txt b/requirements.txt index 7bf8d0a..1855f82 100644 Binary files a/requirements.txt and b/requirements.txt differ