From a2290ff3608e251fb4b8352cb2076b51ca1e9f47 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 26 Aug 2024 14:42:46 -0500 Subject: [PATCH] Remove duplicate `WORKDIR` directive in Docker example (#6651) --- docs/guides/integration/docker.md | 1 - 1 file changed, 1 deletion(-) 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