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