Skip to content

Commit 0c70ddf

Browse files
chore: delete platform definition in dockerfile
1 parent 1f87ce6 commit 0c70ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

33
COPY package.json /data/package.json
44
RUN npm install

0 commit comments

Comments
 (0)