Update apps/home-assistant/Dockerfile
This commit is contained in:
parent
b244872dc9
commit
2a7c45a033
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue