Skip to content

Commit 73e5e2c

Browse files
committed
chore: fix dockerfile for langgraph fastapi demo
1 parent 0b41beb commit 73e5e2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/integrations/langgraph-fastapi/docker/Dockerfile.agent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /usr/local/bin/
99
WORKDIR /app
1010

1111
# Copy agent source and install deps the same way users do (uv sync)
12-
COPY pyproject.toml uv.lock langgraph.json ./
12+
COPY pyproject.toml uv.lock ./
1313
COPY src/ ./src/
1414
COPY main.py ./
1515

0 commit comments

Comments
 (0)