fix(docker): copy README.md for hatchling build in /opt/memory
This commit is contained in:
parent
9ebb6d2864
commit
5b12e287bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue