fix: correct CMD args for FastMCP CLI (subcommand vs flag)
This commit is contained in:
@@ -23,4 +23,4 @@ USER appuser
|
||||
EXPOSE 8000
|
||||
|
||||
# Run in SSE mode
|
||||
CMD ["python", "server.py", "--transport", "sse", "--port", "8000", "--host", "0.0.0.0"]
|
||||
CMD ["python", "server.py", "sse", "--host", "0.0.0.0", "--port", "8000"]
|
||||
|
||||
Reference in New Issue
Block a user