diff --git a/browserless_chrome/Dockerfile b/browserless_chrome/Dockerfile index 870beadc9..9302f3738 100644 --- a/browserless_chrome/Dockerfile +++ b/browserless_chrome/Dockerfile @@ -63,7 +63,9 @@ 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 -RUN sed -i "2a /./ha_entrypoint.sh" ./scripts/start.sh +USER blessuser + +RUN sed -i "2a exec /ha_entrypoint.sh" ./scripts/start.sh ############ # 5 Labels #