flows au bon endroit
This commit is contained in:
7
.devcontainer/nodered/Dockerfile
Normal file
7
.devcontainer/nodered/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user