diff --git a/docs/guides/integration/docker.md b/docs/guides/integration/docker.md index d8bdfce70c0f..998a4cf974fd 100644 --- a/docs/guides/integration/docker.md +++ b/docs/guides/integration/docker.md @@ -238,7 +238,6 @@ RUN uv sync --frozen --no-install-project # Copy the project into the image ADD . /app -WORKDIR /app # Sync the project RUN uv sync --frozen