Update apps/home-assistant/Dockerfile

This commit is contained in:
Tommy 2025-01-04 09:45:59 +00:00
parent 282488dd33
commit 6ba475c3eb
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -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