Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
viptv
/
pan
like
0
Paused
App
Files
Files
Fetching metadata from the HF Docker repository...
main
pan
/
Dockerfile
HeFung
Update Dockerfile
30bce05
verified
7 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
240 Bytes
FROM
openlistteam/openlist:latest
# 切换到 root 用户以获得写入权限
USER
0
:
0
# 创建数据目录并赋予权限
RUN
mkdir
-p /opt/openlist/data &&
chmod
-R 777 /opt/openlist/data
# 声明容器将监听 7860 端口
EXPOSE
5244