Kaballas commited on
Commit
5a81041
·
1 Parent(s): d45babc
Files changed (1) hide show
  1. 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 ["uv", "run", "mcp_server_mariadb_vector", "--host", "0.0.0.0", "--port", "7860"]
 
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"]