mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 01:18:21 +00:00
Merge pull request #476 from dcharbonnier/patch-1
fix HOME for user root
This commit is contained in:
commit
0bd76a0045
1 changed files with 1 additions and 0 deletions
|
|
@ -16,5 +16,6 @@ RUN chmod +x rustup.sh
|
|||
RUN ./rustup.sh -y
|
||||
|
||||
USER root
|
||||
ENV HOME=/home/user
|
||||
COPY ./entrypoint /
|
||||
ENTRYPOINT ["/entrypoint"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue