File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ FROM nodered/node-red-docker:rpi-v8
4
4
USER root
5
5
RUN apt-get update && apt-get install nano
6
6
USER node-red
7
- COPY ./settings.js /data/settings.js
8
7
9
8
RUN npm install node-red-contrib-resinio
10
9
RUN npm install node-red-dashboard
11
10
RUN npm install node-red-contrib-credentials
11
+
12
+ COPY ./settings.js /data/settings.js
Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ FROM nodered/node-red-docker:rpi-v8
4
4
USER root
5
5
RUN apt-get update && apt-get install nano
6
6
USER node-red
7
- COPY ./settings.js /data/settings.js
8
7
9
8
RUN npm install node-red-contrib-resinio
10
9
RUN npm install node-red-dashboard
11
10
RUN npm install node-red-contrib-credentials
11
+
12
+ COPY ./settings.js /data/settings.js
You can’t perform that action at this time.
0 commit comments