mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-02-17 22:10:17 +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
|