Update apps/home-assistant/Dockerfile

This commit is contained in:
Tommy 2025-01-04 10:17:15 +00:00
parent 9da4e850b7
commit a38e74bf2b
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

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