Skip to content

Commit 6ea8952

Browse files
committed
try to fix workflow (3)
1 parent ff10fa5 commit 6ea8952

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM nodered/node-red
22

3-
RUN rm -rf package-lock.json
4-
RUN npm install --verbose node-red-contrib-aggregator node-red-dashboard
3+
RUN npm install --verbose --no-audit node-red-contrib-aggregator node-red-dashboard
54

65
COPY prepare.sh .
76
COPY settings.js /data/settings.js

0 commit comments

Comments
 (0)