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

View file

@ -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