Update apps/home-assistant/Dockerfile
This commit is contained in:
parent
9da4e850b7
commit
a38e74bf2b
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@ RUN \
|
||||||
&& rm -rf /root/.cache /root/.cargo /tmp/*
|
&& rm -rf /root/.cache /root/.cargo /tmp/*
|
||||||
COPY ./entrypoint.sh /entrypoint.sh
|
COPY ./entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
|
RUN chmod +x /entrypoint.sh && \
|
||||||
|
chown nobody:nogroup /entrypoint.sh
|
||||||
|
|
||||||
USER nobody:nogroup
|
USER nobody:nogroup
|
||||||
WORKDIR /config
|
WORKDIR /config
|
||||||
VOLUME ["/config"]
|
VOLUME ["/config"]
|
||||||
|
|
Loading…
Reference in a new issue