diff --git a/apps/home-assistant/Dockerfile b/apps/home-assistant/Dockerfile index c575380..a0a9075 100644 --- a/apps/home-assistant/Dockerfile +++ b/apps/home-assistant/Dockerfile @@ -97,7 +97,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