Removed gunicorn

This commit is contained in:
Tiago Ribeiro
2023-06-22 00:08:04 +01:00
parent fa16cad3ca
commit fcf900a27e
2 changed files with 1 additions and 1 deletions

View File

@@ -22,4 +22,4 @@ EXPOSE $PORT
# For environments with multiple CPU cores, increase the number of workers # For environments with multiple CPU cores, increase the number of workers
# to be equal to the cores available. # 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. # 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

Binary file not shown.