Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
star8521
/
qinglong
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
qinglong
/
Dockerfile
star8521
Create Dockerfile
e6004d8
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
228 Bytes
# 使用 whyour/qinglong 官方镜像作为基础
FROM
whyour/qinglong:latest
# 青龙面板的 Web 界面默认运行在 5700 端口
EXPOSE
5700
# 基础镜像已经包含了启动命令 (CMD),无需在此处重复定义。