Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
freeesss
/
yoon
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
yoon
/
Dockerfile
freeesss
Update Dockerfile
81c4197
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
182 Bytes
FROM
filebrowser/filebrowser:latest
EXPOSE
7860
CMD
[
"--root"
,
"/srv"
,
"--database"
,
"/database/filebrowser.db"
,
"--config"
,
"/config/settings.json"
,
"--address"
,
"0.0.0.0"
,
"--port"
,
"7860"
]