Skip to content

Commit 02d85ff

Browse files
committed
Tell uv not to sync dev harder
1 parent 179c361 commit 02d85ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.5.5 /uv /uvx /bin/
4545

4646
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy
4747

48-
RUN uv sync --extra test --extra webservice --extra watcher
48+
RUN uv sync --extra test --extra webservice --extra watcher --no-dev
4949

5050
FROM base
5151

0 commit comments

Comments
 (0)