mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
Remove duplicate WORKDIR directive in Docker example (#6651)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user