We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc4a53 commit a22db2eCopy full SHA for a22db2e
1 file changed
{{ 'Dockerfile' if include_dockerfile }}.jinja
@@ -11,7 +11,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
11
COPY pyproject.toml uv.lock ./
12
13
# Install dependencies using uv
14
-RUN uv sync --frozen
+RUN uv sync --dev-only --frozen
15
16
# --- Final Stage: Build Application Image ---
17
FROM python:{{python_version}}-slim-bookworm AS runner
0 commit comments