mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
The .dockerignore excluded the scripts/ directory, so scripts/patch-bundled-deps.sh was missing during npm install in the base-node-deps Docker image. This caused the postinstall hook to fail with "No such file or directory" on every retry. - Whitelist scripts/patch-bundled-deps.sh in .dockerignore - Add COPY for the script in Dockerfile.node-deps before npm install https://claude.ai/code/session_01LsQx9CLjseJn72Sup32Dwm