mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2024-11-27 14:59:21 +08: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
|