We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff10fa5 commit 6ea8952Copy full SHA for 6ea8952
Dockerfile
@@ -1,7 +1,6 @@
1
FROM nodered/node-red
2
3
-RUN rm -rf package-lock.json
4
-RUN npm install --verbose node-red-contrib-aggregator node-red-dashboard
+RUN npm install --verbose --no-audit node-red-contrib-aggregator node-red-dashboard
5
6
COPY prepare.sh .
7
COPY settings.js /data/settings.js
0 commit comments