This commit is contained in:
Chris Coutinho
2025-07-29 15:00:23 +02:00
parent fb6aa954b6
commit e7598a5467
3 changed files with 72 additions and 64 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ COPY . .
RUN uv sync --locked --no-dev
CMD ["/app/.venv/bin/mcp", "run", "--transport", "sse", "/app/nextcloud_mcp_server/server/__init__.py:mcp"]
CMD ["/app/.venv/bin/mcp", "run", "--transport", "sse", "/app/nextcloud_mcp_server/app.py:mcp"]