Skip to content

Commit 722aac2

Browse files
Adam BaloghAdam Balogh
authored andcommitted
revert
1 parent 08624bf commit 722aac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ USER appuser
3434
EXPOSE 8000
3535

3636
# Run the application with Gunicorn
37-
CMD ["gunicorn", "--bind", "0.0.0.0:8000", "--workers", "3", "--timeout", "300", "--timeout-notified", "300", "--preload", "--max-requests", "1000", "--max-requests-jitter", "200", "--access-logfile", "-", "main:app"]
37+
CMD ["gunicorn", "--bind", "0.0.0.0:8000", "--workers", "3", "--access-logfile", "-", "main:app"]

0 commit comments

Comments
 (0)