8 lines
186 B
Docker
8 lines
186 B
Docker
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
|