Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,4 +22,4 @@ HEALTHCHECK --interval=30s --timeout=5s \
|
|
22 |
CMD curl -f http://localhost:8080/v1/models || exit 1
|
23 |
|
24 |
# 鍚姩鍛戒护
|
25 |
-
CMD ["uvicorn", "
|
|
|
22 |
CMD curl -f http://localhost:8080/v1/models || exit 1
|
23 |
|
24 |
# 鍚姩鍛戒护
|
25 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8080"]
|