Skip to content

Commit 029b79f

Browse files
authored
fix uv in dockerfile (#12)
2 parents 98b4a62 + 806c810 commit 029b79f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@ RUN apt-get update && \
3030
COPY --from=ghcr.io/astral-sh/uv:0.5.18 /uv /uvx /bin/
3131

3232
WORKDIR $APP_HOME
33-
COPY uv.lock pyproject.toml ./
33+
COPY . .
3434

3535
RUN uv sync --frozen
3636

37-
COPY . .
38-
3937

4038
## dev image
4139
FROM base AS dev

0 commit comments

Comments
 (0)