Update apps/home-assistant/Dockerfile

This commit is contained in:
Tommy 2025-01-03 23:29:16 +00:00
parent b244872dc9
commit 2a7c45a033
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

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