diff --git a/ente/Dockerfile b/ente/Dockerfile index cbf422e22..4b8c94e63 100644 --- a/ente/Dockerfile +++ b/ente/Dockerfile @@ -79,7 +79,6 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && \ /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh -USER root ENTRYPOINT [ "/usr/bin/env" ] CMD [ "/ha_entrypoint.sh" ]