Remove duplicate `WORKDIR` directive in Docker example (#6651)

This commit is contained in:
Zanie Blue 2024-08-26 14:42:46 -05:00 committed by GitHub
parent 486c9848a1
commit a2290ff360
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -238,7 +238,6 @@ RUN uv sync --frozen --no-install-project
# Copy the project into the image # Copy the project into the image
ADD . /app ADD . /app
WORKDIR /app
# Sync the project # Sync the project
RUN uv sync --frozen RUN uv sync --frozen