Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 13, 2024
1 parent 3caf07a commit d72de07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ COPY package.json pnpm-lock.yaml ./
RUN apk add make gcc g++ python3 linux-headers npm && \
npm install -g pnpm && \
pnpm install --frozen-lockfile --no-optional && \
# Serialport requires to be re-build, otherwise starts fails
# See e.g. https://github.com/Koenkk/zigbee2mqtt/issues/25092
pnpm rebuild

# Release
Expand Down

0 comments on commit d72de07

Please sign in to comment.