From e7e5826749baa64509de5ec2c88ee95b29177bf2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 30 Nov 2023 21:15:49 +0100 Subject: [PATCH] Update Dockerfile --- omada/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/omada/Dockerfile b/omada/Dockerfile index 6f31d1128..a973f1d96 100644 --- a/omada/Dockerfile +++ b/omada/Dockerfile @@ -29,7 +29,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Adding symlinks to entrypoint -RUN sed -i '1a /./ha_entrypoint.sh' /entrypoint.sh +#RUN sed -i '1a /./ha_entrypoint.sh' /entrypoint.sh ################## # 3 Install apps # @@ -64,7 +64,7 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint_modif.sh" "/ha_entrypoint_modif.sh" RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh -#ENTRYPOINT [ "/usr/bin/env" ] +ENTRYPOINT [ "/ha_entrypoint.sh" ] #CMD [ "/ha_entrypoint.sh" ] ############