Skip to content

Commit 0210e93

Browse files
committed
update dockerfile
1 parent c66c64f commit 0210e93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
66

77
WORKDIR /app
88

9-
COPY pyproject.toml .
10-
COPY uv.lock .
9+
COPY . .
1110

1211
RUN uv sync
1312

0 commit comments

Comments
 (0)