diff --git a/apps/home-assistant/Dockerfile b/apps/home-assistant/Dockerfile index 9640031..8cc62a4 100644 --- a/apps/home-assistant/Dockerfile +++ b/apps/home-assistant/Dockerfile @@ -102,7 +102,7 @@ RUN \ && apk del --purge .build-deps \ && rm -rf /root/.cache /root/.cargo /tmp/* -COPY ./apps/home-assistant/entrypoint.sh /entrypoint.sh +COPY ./entrypoint.sh /entrypoint.sh USER nobody:nogroup WORKDIR /config