chore: remove patch references

This commit is contained in:
Peter Steinberger
2026-01-16 22:41:49 +00:00
parent dcd20d564f
commit a4e99ecdaf
8 changed files with 4 additions and 30 deletions

View File

@@ -152,7 +152,6 @@ WORKDIR /app
# Cache dependencies unless package metadata changes
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml .npmrc ./
COPY ui/package.json ./ui/package.json
COPY patches ./patches
COPY scripts ./scripts
RUN pnpm install --frozen-lockfile