We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3caf07a commit d72de07Copy full SHA for d72de07
docker/Dockerfile
@@ -22,6 +22,8 @@ COPY package.json pnpm-lock.yaml ./
22
RUN apk add make gcc g++ python3 linux-headers npm && \
23
npm install -g pnpm && \
24
pnpm install --frozen-lockfile --no-optional && \
25
+ # Serialport requires to be re-build, otherwise starts fails
26
+ # See e.g. https://github.com/Koenkk/zigbee2mqtt/issues/25092
27
pnpm rebuild
28
29
# Release
0 commit comments