mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-07-01 07:15:36 +00: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
|