mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-04-02 22:06:05 +00:00
6 lines
90 B
Docker
Executable File
6 lines
90 B
Docker
Executable File
FROM scratch
|
|
COPY hbbs /usr/bin/hbbs
|
|
COPY hbbr /usr/bin/hbbr
|
|
WORKDIR /root
|
|
ENV HOME=/root
|