diff --git a/apps/home-assistant/Dockerfile b/apps/home-assistant/Dockerfile index 669b64b..a418535 100644 --- a/apps/home-assistant/Dockerfile +++ b/apps/home-assistant/Dockerfile @@ -85,6 +85,9 @@ RUN \ && rm -rf /root/.cache /root/.cargo /tmp/* COPY ./entrypoint.sh /entrypoint.sh +RUN chmod +x /entrypoint.sh && \ + chown nobody:nogroup /entrypoint.sh + USER nobody:nogroup WORKDIR /config VOLUME ["/config"]