Skip to content

Commit

Permalink
feat: added homebridge ui
Browse files Browse the repository at this point in the history
  • Loading branch information
lafin committed Jan 6, 2024
1 parent d0d3318 commit 5382cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homebridge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine

RUN apk add --no-cache --virtual .build-deps make gcc g++ python3 \
&& apk add --no-cache nodejs npm openssl avahi-compat-libdns_sd avahi-dev dbus
RUN npm i -g homebridge homebridge-mqtt \
RUN npm i -g homebridge homebridge-mqtt homebridge-config-ui-x \
&& apk del .build-deps
RUN apk add --no-cache dumb-init tzdata

Expand All @@ -15,6 +15,6 @@ COPY entrypoint.sh .

VOLUME ./.homebridge

EXPOSE 5353 51826
EXPOSE 5353 8581 51826
ENTRYPOINT ["/root/entrypoint.sh"]
CMD ["dumb-init", "homebridge", "-U", "/root/.homebridge"]

0 comments on commit 5382cec

Please sign in to comment.