This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user