Update Dockerfile

This commit is contained in:
Alexandre
2026-04-06 17:54:58 +02:00
committed by GitHub
parent 1fc9d51e34
commit d644af5be8

View File

@@ -96,6 +96,7 @@ COPY bashio-standalone.sh /usr/local/lib/bashio-standalone.sh
RUN chmod 0755 /usr/local/lib/bashio-standalone.sh
# Use our wrapper as entrypoint (replaces original /opt/app/start.sh)
WORKDIR "/config"
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/ha_entrypoint.sh" ]