Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -63,4 +63,4 @@ EXPOSE 7860
|
|
63 |
HEALTHCHECK --interval=30s --timeout=30s --start-period=60s --retries=3 \
|
64 |
CMD curl -f http://localhost:7860/health || exit 1
|
65 |
|
66 |
-
CMD ["uvicorn", "
|
|
|
63 |
HEALTHCHECK --interval=30s --timeout=30s --start-period=60s --retries=3 \
|
64 |
CMD curl -f http://localhost:7860/health || exit 1
|
65 |
|
66 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--timeout-keep-alive", "120"]
|