fix: add corepack cache dir to Dockerfile (GRO-655) #287

Merged
the-dogfather-cto[bot] merged 2 commits from fix/gro-655-corepack-only into main 2026-04-14 23:02:37 +00:00
Showing only changes of commit 77a6319459 - Show all commits
+1
View File
@@ -12,6 +12,7 @@ RUN pnpm install --frozen-lockfile
# Build
FROM deps AS builder
RUN mkdir -p /home/node/.cache/node/corepack
COPY packages/ packages/
COPY apps/api/ apps/api/
RUN pnpm --filter @groombook/types build && \