From 4d1d1bd9bc41b8fe3da87875c6554c0bc8dbf892 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 16 Jan 2026 19:55:54 +0100 Subject: [PATCH] Comment out bashio script and entrypoint in Dockerfile Comment out bashio standalone script addition and entrypoint commands. --- browser_chromium/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/browser_chromium/Dockerfile b/browser_chromium/Dockerfile index d7db663ba..e5476f96f 100644 --- a/browser_chromium/Dockerfile +++ b/browser_chromium/Dockerfile @@ -88,12 +88,12 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh # Standalone bashio command -ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" -RUN chmod 777 /.bashio-standalone.sh +# ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" +# RUN chmod 777 /.bashio-standalone.sh #WORKDIR / -ENTRYPOINT [ "/usr/bin/env" ] -CMD [ "/ha_entrypoint.sh" ] +#ENTRYPOINT [ "/usr/bin/env" ] +#CMD [ "/ha_entrypoint.sh" ] ############ # 5 Labels #