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