Update Dockerfile

This commit is contained in:
Alexandre
2026-03-06 10:41:01 +01:00
committed by GitHub
parent 82418264a8
commit f555f14dc7

View File

@@ -89,7 +89,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
RUN chmod 0755 /usr/local/lib/bashio-standalone.sh
# Use our wrapper as entrypoint (replaces original /opt/app/start.sh)
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/ha_entrypoint.sh" ]
############
# 5 Labels #