Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,4 +18,4 @@ RUN pip install flask gunicorn pymupdf tiktoken
|
|
| 18 |
EXPOSE 7860
|
| 19 |
|
| 20 |
# Run with Gunicorn
|
| 21 |
-
CMD ["gunicorn", "-w", "
|
|
|
|
| 18 |
EXPOSE 7860
|
| 19 |
|
| 20 |
# Run with Gunicorn
|
| 21 |
+
CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860", "app:app"]
|