Skip to content

Commit e7e6ab4

Browse files
committed
moved copy settings.js to the end
1 parent da32415 commit e7e6ab4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

node-red-test/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ FROM nodered/node-red-docker:rpi-v8
44
USER root
55
RUN apt-get update && apt-get install nano
66
USER node-red
7-
COPY ./settings.js /data/settings.js
87

98
RUN npm install node-red-contrib-resinio
109
RUN npm install node-red-dashboard
1110
RUN npm install node-red-contrib-credentials
11+
12+
COPY ./settings.js /data/settings.js

node-red/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ FROM nodered/node-red-docker:rpi-v8
44
USER root
55
RUN apt-get update && apt-get install nano
66
USER node-red
7-
COPY ./settings.js /data/settings.js
87

98
RUN npm install node-red-contrib-resinio
109
RUN npm install node-red-dashboard
1110
RUN npm install node-red-contrib-credentials
11+
12+
COPY ./settings.js /data/settings.js

0 commit comments

Comments
 (0)