Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TimmyWin
/
we
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
we
/
Dockerfile
TimmyWin
Update Dockerfile
d3d3e3d
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
179 Bytes
# 基于官方 Wiki.js 镜像
FROM
requarks/wiki:latest
# 使用 SQLite 数据库
ENV
DB_TYPE
=sqlite
ENV
DB_STORAGE
=/workspace/db.sqlite
# 启动 Wiki.js
CMD [
"node"
,
"server"
]