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 36472fa commit 832c17eCopy full SHA for 832c17e
node-red/Dockerfile
@@ -1,14 +1,10 @@
1
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
7
8
# installing an editor
9
USER root
10
RUN apt-get update && apt-get install nano
11
USER node-red
+COPY ./settings.js /data/settings.js
12
13
RUN npm install node-red-contrib-resinio
14
RUN npm install node-red-dashboard
0 commit comments