This commit is contained in:
rainer
2022-10-16 11:24:25 +02:00
commit e675498789

13
Dockerfile Normal file
View File

@@ -0,0 +1,13 @@
FROM nodered/node-red:2.2.3
# Copy package.json to the WORKDIR so npm builds all
# of your added nodes modules for Node-RED
RUN npm install \
node-red-contrib-flatter \
node-red-node-base64 \
node-red-contrib-vacation-timer \
node-red-contrib-syslog \
node-red-node-rbe \
node-red-contrib-influxdb \
node-red-node-tail \
node-red-contrib-bigtimer