From 0e2deca85bc42d53ea0a6f22162845579cb9acab Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 24 Jan 2024 16:48:42 +0100 Subject: [PATCH] Use upstream entrypoint https://github.com/alexbelgium/hassio-addons/issues/1188 --- whatsapper/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whatsapper/Dockerfile b/whatsapper/Dockerfile index b7f809c5a..b28a0bd0f 100644 --- a/whatsapper/Dockerfile +++ b/whatsapper/Dockerfile @@ -62,7 +62,7 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh -ENTRYPOINT [ "/ha_entrypoint.sh" ] +#ENTRYPOINT [ "/ha_entrypoint.sh" ] ############ # 5 Labels #