BinaryONe commited on
Commit
291dbce
·
1 Parent(s): 5ddaca9

Basic Changes

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ COPY . /app/
22
  EXPOSE 7860
23
 
24
  # Run the FastMCP server using uvicorn (with FastAPI)
25
- CMD ["uvicorn", "server:app", "--host", "0.0.0.0", "--port", "7860"]
 
22
  EXPOSE 7860
23
 
24
  # Run the FastMCP server using uvicorn (with FastAPI)
25
+ CMD ["uvicorn", "server:mcp", "--host", "0.0.0.0", "--port", "7860"]