mike23415 commited on
Commit
e28964d
·
verified ·
1 Parent(s): 02d5064

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -49,5 +49,5 @@ COPY --chown=appuser:appuser . .
49
  # Switch to non-root user
50
  USER appuser
51
 
52
- # Runtime configuration with improved timeout for model loading and PDF generation
53
  CMD ["gunicorn", "--bind", "0.0.0.0:5000", "--timeout", "900", "--workers", "1", "--preload", "app:app"]
 
49
  # Switch to non-root user
50
  USER appuser
51
 
52
+ # Runtime
53
  CMD ["gunicorn", "--bind", "0.0.0.0:5000", "--timeout", "900", "--workers", "1", "--preload", "app:app"]