BetterFrame/deploy/docker
Mitchell R 80843367d0
fix(docker): copy plugin to /home/bsb/node_modules not /mnt/bsb-plugins
/mnt/bsb-plugins is declared as VOLUME in BSB base image. Build-time
COPY gets shadowed by empty anonymous volume at runtime. Use /home/bsb/
node_modules which BSB also searches and isn't a VOLUME.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-24 02:15:30 +02:00
..
Dockerfile.angie fix(deploy): bake configs into images — no host bind mounts 2026-05-18 12:18:46 +02:00
Dockerfile.nodered feat(nodered): install Dashboard 2.0 + auto-sync on entities page 2026-05-21 12:05:12 +02:00
Dockerfile.server fix(docker): copy plugin to /home/bsb/node_modules not /mnt/bsb-plugins 2026-05-24 02:15:30 +02:00
nodered-entrypoint.sh fix(nodered): base is Alpine — use apk + su-exec, not apt + gosu 2026-05-19 04:06:36 +02:00
nodered-settings.js fix: nodered settings.js nodesDir → /usr/src/betterframe-nodes 2026-05-13 02:00:40 +02:00