From 660620c38b079571fff9d0ca83ff698aee771bde Mon Sep 17 00:00:00 2001 From: baldarn Date: Mon, 20 May 2024 09:23:30 +0200 Subject: [PATCH] remove ha_entrypoint --- openproject/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openproject/Dockerfile b/openproject/Dockerfile index a4d35e6a4..2788c4dbb 100644 --- a/openproject/Dockerfile +++ b/openproject/Dockerfile @@ -77,7 +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 #