Skip to content

Commit

Permalink
set-hassio-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderdw committed Apr 10, 2024
1 parent 6ca2ff2 commit 142c31c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dsmr_reader/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN \

# HOMEASSISTANT Add-On OVERRIDES
COPY rootfs /
RUN chmod a+x /etc/s6-overlay/s6-rc.d/docker-entrypoint/01-set-hassio-vars
RUN chmod a+x /etc/s6-overlay/s6-rc.d/set-hassio-vars/run

ENV DUID=0
ENV DGID=0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
oneshot
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/set-hassio-vars/run

0 comments on commit 142c31c

Please sign in to comment.