Spaces:
Running
Running
Update Dockerfile
Browse files- 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", "
|
|
|
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"]
|