mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-22 01:38:09 +08:00
chore: add additional addon to test different settings
This commit is contained in:
16
hamh_test/Dockerfile
Normal file
16
hamh_test/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user