feat(ci): enforce runtime-validation image separation #69

Merged
darkhelm merged 13 commits from feature/issue-59-runtime-validation-separation into main 2026-06-22 12:45:30 -04:00
Showing only changes of commit 158a577761 - Show all commits

View File

@@ -19,6 +19,8 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
# Copy dependency files first for better caching
COPY backend/pyproject.toml backend/uv.lock* ./
# Hatchling metadata references ../README.md from backend/pyproject.toml.
COPY README.md /README.md
# Install dependencies
RUN uv sync --frozen