From cd11ea8255f1ac537f8ac78e94624ece1d8ab3be Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 31 Jul 2026 15:39:09 -0500 Subject: [PATCH] fixed caching due to docs symlink --- Dockerfile | 2 +- docker-compose.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 160a4e0..a38ebe0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \ --mount=type=bind,source=uv.lock,target=uv.lock \ --mount=type=bind,source=pyproject.toml,target=pyproject.toml \ --mount=type=bind,source=src/,target=src/ \ - uv sync --no-editable + uv sync --no-editable --refresh-package prompts USER appuser diff --git a/docker-compose.yaml b/docker-compose.yaml index 3707f68..5434646 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,5 +6,3 @@ services: restart: unless-stopped ports: - "8765:8765" - volumes: - - ./docs:/app/src/personal_mcp/docs