We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed99ab commit 161686fCopy full SHA for 161686f
Dockerfile
@@ -4,6 +4,9 @@ USER root
4
5
RUN apk update && apk add nginx
6
7
+RUN cd /usr/src/node-red && npm install node-red-node-serialport
8
+RUN cd /usr/src/node-red/node_modules/@serialport/bindings-cpp && npm run rebuild
9
+
10
RUN mkdir -p /service
11
COPY nginx.conf /etc/nginx/nginx.conf
12
COPY register_service /service/register_service
0 commit comments