Skip to content

Commit

Permalink
Remove duplicate WORKDIR directive in Docker example (#6651)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Aug 26, 2024
1 parent 486c984 commit a2290ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/guides/integration/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2290ff

Please sign in to comment.