Merge pull request #476 from dcharbonnier/patch-1

fix HOME for user root
This commit is contained in:
RustDesk 2022-05-03 13:31:47 +08:00 committed by GitHub
commit 0bd76a0045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,5 +16,6 @@ RUN chmod +x rustup.sh
RUN ./rustup.sh -y
USER root
ENV HOME=/home/user
COPY ./entrypoint /
ENTRYPOINT ["/entrypoint"]