RustDesk-API2 / Dockerfile
HuggingFace0920's picture
Update Dockerfile
dcdf1b8 verified
raw
history blame contribute delete
157 Bytes
FROM lejianwen/rustdesk-api:latest
# 创建必要目录并设置权限
RUN mkdir -p /app/logs /app/data /app/config && \
chmod -R 777 /app
EXPOSE 21114