feat: gunicorn timeout 120s
This commit is contained in:
@ -7,4 +7,4 @@ COPY . /app
|
||||
|
||||
RUN poetry install
|
||||
|
||||
ENTRYPOINT ["poetry", "run", "gunicorn", "wsgi:app", "--bind", "0.0.0.0:5000"]
|
||||
ENTRYPOINT ["poetry", "run", "gunicorn", "-c", "gunicorn_config.py", "wsgi:app", "--bind", "0.0.0.0:5000"]
|
Reference in New Issue
Block a user