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

2 Commits

Author SHA1 Message Date
groombook-cto[bot] 46e2af446f fix(GRO-655): create corepack cache dir in builder stage
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-14 22:46:22 +00:00
Flea Flicker 77a6319459 fix(GRO-655): create corepack cache dir in builder stage
Prevents ENOENT crash in migrate and seed jobs.

Root cause: corepack tries to mkdir /home/node/.cache/node/corepack/v1
but the directory does not exist in the builder stage. This was a
regression in c438f57 where the cache directory was not pre-created.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-14 22:45:37 +00:00