mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix HOME for user root
This commit is contained in:
parent
d716e2b40c
commit
d348e3ecd3
@ -16,5 +16,6 @@ RUN chmod +x rustup.sh
|
||||
RUN ./rustup.sh -y
|
||||
|
||||
USER root
|
||||
ENV HOME=/home/user
|
||||
COPY ./entrypoint /
|
||||
ENTRYPOINT ["/entrypoint"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user