The original Dockerfile switched to USER node-red before WORKDIR /data/evolv, so the auto-created parent directory ended up root-owned and `RUN npm install` failed with EACCES trying to mkdir node_modules. Fix: mkdir + chown explicitly as root, then WORKDIR + USER node-red. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1.9 KiB
1.9 KiB