diff --git a/maintainerr/Dockerfile b/maintainerr/Dockerfile index 5d937f458..7be52aa33 100644 --- a/maintainerr/Dockerfile +++ b/maintainerr/Dockerfile @@ -85,9 +85,6 @@ RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_auto # 4 Entrypoint # ################ -ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint.sh" "/ha_entrypoint.sh" -RUN chmod 777 /ha_entrypoint.sh - ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/usr/local/lib/bashio-standalone.sh" RUN chmod 0755 /usr/local/lib/bashio-standalone.sh