Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -25,4 +25,4 @@ COPY --chown=user latex-server.py .
|
|
| 25 |
|
| 26 |
# 7. Expose the Hugging Face port (7860) and run with Gunicorn
|
| 27 |
EXPOSE 7860
|
| 28 |
-
CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860", "--timeout", "
|
|
|
|
| 25 |
|
| 26 |
# 7. Expose the Hugging Face port (7860) and run with Gunicorn
|
| 27 |
EXPOSE 7860
|
| 28 |
+
CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860", "--timeout", "300", "latex-server:app"]
|