2
0

initial commit

This commit is contained in:
2026-01-09 07:46:52 +01:00
commit 6d7bd63630
13 changed files with 1332 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
FROM nodered/node-red:4.1
# Installer FlowFuse Dashboard
RUN npm install --unsafe-perm @flowfuse/node-red-dashboard
# Copier votre flux si nécessaire
COPY flows.json /data/flows.json