Skip to content

Commit

Permalink
Docker alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed May 5, 2024
1 parent 9a72a35 commit 6c6d696
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ RUN npm ci --no-audit --no-update-notifier --verbose && \
#rm -rf ./node_modules

# Install Matterbridge plugins
# RUN npm -g install matterbridge-example-accessory-platform
# RUN npm -g install matterbridge-example-dynamic-platform
# RUN npm -g install matterbridge-zigbee2mqtt
# RUN npm -g install matterbridge-somfy-tahoma
# RUN npm -g install matterbridge-eve-door
# RUN npm -g install matterbridge-eve-motion
# RUN npm -g install matterbridge-eve-energy
# RUN npm -g install matterbridge-eve-room
# RUN npm -g install matterbridge-eve-weather
RUN npm -g install matterbridge-example-accessory-platform
RUN npm -g install matterbridge-example-dynamic-platform
RUN npm -g install matterbridge-zigbee2mqtt
RUN npm -g install matterbridge-somfy-tahoma
RUN npm -g install matterbridge-eve-door
RUN npm -g install matterbridge-eve-motion
RUN npm -g install matterbridge-eve-energy
RUN npm -g install matterbridge-eve-room
RUN npm -g install matterbridge-eve-weather

# WORKDIR /app
# Node modules: /usr/local/lib/node_modules/matterbridge/dist/cli.js
Expand Down

0 comments on commit 6c6d696

Please sign in to comment.