Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -28,4 +28,4 @@ USER user
|
|
28 |
COPY --chown=user . /app
|
29 |
|
30 |
# Set the command to run the app with Gunicorn
|
31 |
-
CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
|
|
|
28 |
COPY --chown=user . /app
|
29 |
|
30 |
# Set the command to run the app with Gunicorn
|
31 |
+
CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app", "--timeout", "9600"]
|