RustDesk-API2 / Dockerfile
HuggingFace0920's picture
Update Dockerfile
855d697 verified
raw
history blame
148 Bytes
# 直接使用官方镜像(推荐)
FROM lejianwen/rustdesk-api:latest
# 暴露端口
EXPOSE 21114
# 已包含启动命令,无需额外配置