Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -51,4 +51,4 @@ EXPOSE 8000
|
|
| 51 |
HEALTHCHECK --interval=30s --timeout=10s --start-period=600s --retries=20 \
|
| 52 |
CMD wget -qO- http://localhost:8000/health | grep -q '"ready": true' || exit 1
|
| 53 |
|
| 54 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 51 |
HEALTHCHECK --interval=30s --timeout=10s --start-period=600s --retries=20 \
|
| 52 |
CMD wget -qO- http://localhost:8000/health | grep -q '"ready": true' || exit 1
|
| 53 |
|
| 54 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|