test
This commit is contained in:
@@ -20,5 +20,9 @@ COPY rootfs /
|
|||||||
# Modules
|
# Modules
|
||||||
ARG MODULES="00-local_mounts.sh"
|
ARG MODULES="00-local_mounts.sh"
|
||||||
|
|
||||||
|
# Automatic modules download
|
||||||
|
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh"
|
||||||
|
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
|
||||||
|
|
||||||
HEALTHCHECK \
|
HEALTHCHECK \
|
||||||
CMD smbclient -L '\\localhost' -U '%' -m SMB3
|
CMD smbclient -L '\\localhost' -U '%' -m SMB3
|
||||||
|
Reference in New Issue
Block a user