Skip to content

Commit 96a2c0e

Browse files
Doker file changes removing copy
1 parent da55973 commit 96a2c0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ COPY --from=ghcr.io/astral-sh/uv:0.6.3 /uv /uvx /bin/
77
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy
88

99
WORKDIR /app
10-
COPY uv.lock pyproject.toml /app/
1110

1211
# Install the project's dependencies using the lockfile and settings
1312
RUN --mount=type=cache,target=/root/.cache/uv \

0 commit comments

Comments
 (0)