Skip to content

Commit c68b430

Browse files
committed
test fix docker #5
1 parent 3b415c5 commit c68b430

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
1414

1515
# First copy only the lockfile to leverage Docker cache
1616
COPY uv.lock .
17+
COPY pyproject.toml .
1718
# Install dependencies using uv with caching
1819
RUN --mount=type=cache,target=/root/.cache/uv \
1920
uv sync --locked --all-extras

0 commit comments

Comments
 (0)