Skip to content

Commit ea5ed12

Browse files
chore: add nodered platform
1 parent 55dfb4a commit ea5ed12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
FROM nodered/node-red
1+
FROM --platform=linux/arm/v7 nodered/node-red:2.2.3-12
22

33
COPY package.json /data/package.json
44
RUN npm install
5-
#--unsafe-perm --no-update-notifier --no-fund --only=production
65

76
# Copy Node-RED project files into place
87
COPY settings.js /data/settings.js

0 commit comments

Comments
 (0)