Skip to content

Commit d2632f2

Browse files
authored
install node-red-admin
1 parent a5998f7 commit d2632f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

node-red-test/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ RUN npm install node-red-contrib-resinio
99
RUN npm install node-red-dashboard
1010
RUN npm install node-red-contrib-credentials
1111

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+
1215
COPY ./settings.js /data/settings.js

0 commit comments

Comments
 (0)