mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-04 18:54:53 +00:00
3bb4349f0b
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