Update apps/home-assistant/Dockerfile

This commit is contained in:
Tommy 2025-01-04 10:12:09 +00:00
parent e69a4a2902
commit 9da4e850b7
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -89,7 +89,6 @@ USER nobody:nogroup
WORKDIR /config
VOLUME ["/config"]
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/sbin/tini", "--", "/entrypoint.sh"]
LABEL org.opencontainers.image.source="https://github.com/home-assistant/core"