We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51fe8f6 commit b6f0eeaCopy full SHA for b6f0eea
Dockerfile
@@ -1,17 +1,6 @@
1
FROM nodered/node-red:2.2.3-12
2
3
-COPY package.json /data/package.json
4
-RUN npm install
5
-
6
-# Copy Node-RED project files into place
7
-COPY settings.js /data/settings.js
8
-COPY flows.json /data/flows.json
9
-COPY configFiles /data/configFiles
10
11
#Install additional node
12
WORKDIR /usr/src/node-red
13
RUN npm install node-red-contrib-https
14
RUN npm install node-red-node-serialport
15
16
-USER root
17
-RUN chmod 666 /data/configFiles/
0 commit comments