From 9da4e850b76b932076445c92fddf6ad8f35c849d Mon Sep 17 00:00:00 2001 From: tommy Date: Sat, 4 Jan 2025 10:12:09 +0000 Subject: [PATCH] Update apps/home-assistant/Dockerfile --- apps/home-assistant/Dockerfile | 1 - 1 file changed, 1 deletion(-) 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