diff --git a/apps/home-assistant/Dockerfile b/apps/home-assistant/Dockerfile index b5185c0..669b64b 100644 --- a/apps/home-assistant/Dockerfile +++ b/apps/home-assistant/Dockerfile @@ -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" \ No newline at end of file