Nechba commited on
Commit
6adce9c
·
verified ·
1 Parent(s): 5a96af5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,4 +29,4 @@ COPY --chown=user . /app
29
 
30
  # Command to run the application using Gunicorn
31
  # Set a higher timeout (e.g., 300 seconds) to handle long-running tasks
32
- ENTRYPOINT ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860", "--timeout", "300", "app:app"]
 
29
 
30
  # Command to run the application using Gunicorn
31
  # Set a higher timeout (e.g., 300 seconds) to handle long-running tasks
32
+ ENTRYPOINT ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860", "--timeout", "3000", "app:app"]