fix(docker): Provide --host 0.0.0.0 in default docker image

This commit is contained in:
Chris Coutinho
2025-09-11 17:44:45 +02:00
parent 5bdf840098
commit 06042357f8
3 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ COPY . .
RUN uv sync --locked --no-dev
ENTRYPOINT ["/app/.venv/bin/python", "-m", "nextcloud_mcp_server.app"]
ENTRYPOINT ["/app/.venv/bin/python", "-m", "nextcloud_mcp_server.app", "--host", "0.0.0.0"]