diff --git a/Dockerfile b/Dockerfile index 949d195..c5b5634 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true RUN npm install -g opencode-ai repomix @vscode/ripgrep --unsafe-perm -COPY pyproject.toml uv.lock /opt/memory/ +COPY pyproject.toml uv.lock README.md /opt/memory/ COPY src/ /opt/memory/src/ RUN cd /opt/memory && uv sync --no-dev --frozen ENV PYTHONPATH=/opt/memory/src