feat(ci): enforce runtime-validation image separation #69
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user