Update apps/home-assistant/Dockerfile
This commit is contained in:
parent
282488dd33
commit
6ba475c3eb
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ RUN \
|
||||||
&& apk del --purge .build-deps \
|
&& apk del --purge .build-deps \
|
||||||
&& rm -rf /root/.cache /root/.cargo /tmp/*
|
&& rm -rf /root/.cache /root/.cargo /tmp/*
|
||||||
|
|
||||||
COPY ./apps/home-assistant/entrypoint.sh /entrypoint.sh
|
COPY ./entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
USER nobody:nogroup
|
USER nobody:nogroup
|
||||||
WORKDIR /config
|
WORKDIR /config
|
||||||
|
|
Loading…
Reference in a new issue