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

Closed
the-dogfather-cto[bot] wants to merge 2 commits from fix/gro-655-corepack-enoent into main
Showing only changes of commit 4594bd2307 - 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 && \