Skip to content

Commit b6f0eea

Browse files
chore: delete copy of file in dockerfile
1 parent 51fe8f6 commit b6f0eea

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Dockerfile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
FROM nodered/node-red:2.2.3-12
22

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-
113
#Install additional node
124
WORKDIR /usr/src/node-red
135
RUN npm install node-red-contrib-https
146
RUN npm install node-red-node-serialport
15-
16-
USER root
17-
RUN chmod 666 /data/configFiles/

0 commit comments

Comments
 (0)