Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -32,4 +32,4 @@ EXPOSE 7860
|
|
| 32 |
HEALTHCHECK --interval=30s --timeout=5s --start-period=10s \
|
| 33 |
CMD curl -f http://localhost:7860/health || exit 1
|
| 34 |
|
| 35 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 32 |
HEALTHCHECK --interval=30s --timeout=5s --start-period=10s \
|
| 33 |
CMD curl -f http://localhost:7860/health || exit 1
|
| 34 |
|
| 35 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|