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

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