BinaryONe
commited on
Commit
·
291dbce
1
Parent(s):
5ddaca9
Basic Changes
Browse files- 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:
|
|
|
|
| 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"]
|