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 d8f2e9a25d - Show all commits

View File

@@ -7,7 +7,6 @@ WORKDIR /app
# Copy package files first for better caching
COPY frontend/package*.json ./
COPY frontend/.yarnrc.yml ./
COPY frontend/.yarn/ ./.yarn/
COPY frontend/yarn.lock* frontend/pnpm-lock.yaml* ./
# Install dependencies