mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-12-28 05:14:18 +00:00
define the HOME env to allow running rootless (#612)
This commit is contained in:
parent
386c83874c
commit
6b72cefbc5
@ -1,4 +1,5 @@
|
||||
FROM scratch
|
||||
COPY hbbs /usr/bin/hbbs
|
||||
COPY hbbr /usr/bin/hbbr
|
||||
WORKDIR /root
|
||||
FROM scratch
|
||||
COPY hbbs /usr/bin/hbbs
|
||||
COPY hbbr /usr/bin/hbbr
|
||||
WORKDIR /root
|
||||
ENV HOME=/root
|
||||
|
||||
Loading…
Reference in New Issue
Block a user