diff --git a/docs/guides/integration/docker.md b/docs/guides/integration/docker.md index d8bdfce70..998a4cf97 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