mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2024-11-28 07:39:30 +08:00
5 lines
110 B
Docker
5 lines
110 B
Docker
FROM ubuntu:20.04
|
|
COPY target/release/hbbs /usr/bin/hbbs
|
|
COPY target/release/hbbr /usr/bin/hbbr
|
|
WORKDIR /root
|