Update Dockerfile

This commit is contained in:
Alexandre
2024-02-10 09:23:51 +01:00
committed by GitHub
parent 848ede8537
commit b042d9f61d

View File

@@ -63,8 +63,6 @@ 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
USER blessuser
RUN sed -i "2a exec /ha_entrypoint.sh" ./scripts/start.sh
############