xx
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -43,4 +43,4 @@ ENV HOME=/home/user \
|
|
43 |
EXPOSE 7860
|
44 |
|
45 |
# Run the server using uv as a module, compatible with Hugging Face Spaces
|
46 |
-
CMD ["
|
|
|
43 |
EXPOSE 7860
|
44 |
|
45 |
# Run the server using uv as a module, compatible with Hugging Face Spaces
|
46 |
+
CMD ["uvicorn", "mcp_server_mariadb_vector.server:app", "--host", "0.0.0.0", "--port", "7860"]
|