Skip to content

Commit a22db2e

Browse files
committed
uv sync --dev-only
1 parent ecc4a53 commit a22db2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{ 'Dockerfile' if include_dockerfile }}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
1111
COPY pyproject.toml uv.lock ./
1212

1313
# Install dependencies using uv
14-
RUN uv sync --frozen
14+
RUN uv sync --dev-only --frozen
1515

1616
# --- Final Stage: Build Application Image ---
1717
FROM python:{{python_version}}-slim-bookworm AS runner

0 commit comments

Comments
 (0)