From 282884114371f0ba45ba6f4f52bd56994505182b Mon Sep 17 00:00:00 2001 From: baldarn Date: Fri, 10 May 2024 09:35:34 +0200 Subject: [PATCH] enable ha_entrypoint --- openproject/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openproject/Dockerfile b/openproject/Dockerfile index cbc56667a..ba3e35997 100644 --- a/openproject/Dockerfile +++ b/openproject/Dockerfile @@ -77,8 +77,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 [ "/ha_entrypoint.sh" ] +ENTRYPOINT [ "/ha_entrypoint.sh" ] ############ # 5 Labels #