Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87242d0

Browse files
author
Lennart Heim
committed
update
1 parent e0b9484 commit 87242d0

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,12 +1,12 @@
11
FROM nodered/node-red-docker:rpi
22

3-
WORKDIR /usr/src/node-red
43

54
USER root
65

76
RUN apt-get update
87
Run apt-get install wiringpi
98

9+
WORKDIR /usr/src/node-red
1010

1111
COPY package.json /usr/src/node-red/
1212
RUN npm install

0 commit comments

Comments
 (0)