Skip to content

Commit b687e87

Browse files
committed
Fix Dockerfile - mount client
1 parent 20ae946 commit b687e87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN apt-get update && apt-get install -y \
1717
RUN --mount=type=cache,target=/root/.cache/uv \
1818
--mount=type=bind,source=uv.lock,target=uv.lock \
1919
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
20+
--mount=type=bind,source=agent-memory-client,target=agent-memory-client \
2021
uv sync --frozen --no-install-project --no-dev
2122

2223
ADD . /app

0 commit comments

Comments
 (0)