Skip to content

Commit d72de07

Browse files
committed
u
1 parent 3caf07a commit d72de07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ COPY package.json pnpm-lock.yaml ./
2222
RUN apk add make gcc g++ python3 linux-headers npm && \
2323
npm install -g pnpm && \
2424
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
2527
pnpm rebuild
2628

2729
# Release

0 commit comments

Comments
 (0)