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