chore: initial commit for home-assistant-matter-hub

This commit is contained in:
t0bst4r
2024-10-27 16:56:41 +01:00
commit 1f5be84c3c
8 changed files with 86 additions and 0 deletions

16
hamh/Dockerfile Normal file
View File

@@ -0,0 +1,16 @@
FROM ghcr.io/hassio-addons/base-nodejs:0.2.5
ENV SUPERVISOR_TOKEN ""
VOLUME /config
COPY docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod +x /docker-entrypoint.sh
ARG package_version
LABEL \
io.hass.version="$package_version" \
io.hass.type="addon" \
io.hass.arch="armhf|aarch64|i386|amd64"
RUN npm install -g home-assistant-matter-hub@$package_version
CMD /docker-entrypoint.sh