We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b41beb commit 73e5e2cCopy full SHA for 73e5e2c
1 file changed
examples/integrations/langgraph-fastapi/docker/Dockerfile.agent
@@ -9,7 +9,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /usr/local/bin/
9
WORKDIR /app
10
11
# Copy agent source and install deps the same way users do (uv sync)
12
-COPY pyproject.toml uv.lock langgraph.json ./
+COPY pyproject.toml uv.lock ./
13
COPY src/ ./src/
14
COPY main.py ./
15
0 commit comments