# 直接使用官方镜像(推荐) FROM lejianwen/rustdesk-api:latest # 暴露端口 EXPOSE 21114 # 已包含启动命令,无需额外配置