Skip to content

Commit 01a2276

Browse files
committed
fix uv in dockerfile
1 parent 98b4a62 commit 01a2276

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)