Skip to content

Commit

Permalink
Tell uv not to sync dev harder
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Dec 9, 2024
1 parent 179c361 commit 02d85ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.5.5 /uv /uvx /bin/

ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy

RUN uv sync --extra test --extra webservice --extra watcher
RUN uv sync --extra test --extra webservice --extra watcher --no-dev

FROM base

Expand Down

0 comments on commit 02d85ff

Please sign in to comment.