Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
geba123/dannmuu
22333Misaka
/
dannmuu
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dannmuu
/
Dockerfile
geba123
Create Dockerfile
f8390f2
verified
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
146 Bytes
# 继承官方构建好的最终镜像
FROM
l429609201/misaka_danmu_server:latest
# 使用官方的、未经修改的启动脚本
CMD
[
"/run.sh"
]