mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +00:00
Remove duplicate WORKDIR
directive in Docker example (#6651)
This commit is contained in:
parent
486c9848a1
commit
a2290ff360
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue