Skip to content

Commit 832c17e

Browse files
committed
added nodered settings.js
1 parent 36472fa commit 832c17e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

node-red/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
FROM nodered/node-red-docker:rpi-v8
2-
# following instructions allow node-red to listen to port 80.
3-
#USER root
4-
#RUN sudo setcap 'cap_net_bind_service=+ep' $(eval readlink -f `which node`)
5-
#USER node-red
6-
#COPY settings.js /data
72

83
# installing an editor
94
USER root
105
RUN apt-get update && apt-get install nano
116
USER node-red
7+
COPY ./settings.js /data/settings.js
128

139
RUN npm install node-red-contrib-resinio
1410
RUN npm install node-red-dashboard

0 commit comments

Comments
 (0)