mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-07-01 07:15:36 +00:00
5 lines
88 B
Docker
Executable File
5 lines
88 B
Docker
Executable File
FROM scratch
|
|
COPY hbbs /usr/bin/hbbs
|
|
COPY hbbr /usr/bin/hbbr
|
|
WORKDIR /root
|