We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5998f7 commit d2632f2Copy full SHA for d2632f2
node-red-test/Dockerfile
@@ -9,4 +9,7 @@ RUN npm install node-red-contrib-resinio
9
RUN npm install node-red-dashboard
10
RUN npm install node-red-contrib-credentials
11
12
+# install node-red-admin which is needed if you want to created hashed password for the node-red editor.
13
+RUN sudo npm install -g --unsafe-perm node-red-admin
14
+
15
COPY ./settings.js /data/settings.js
0 commit comments