Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
hayou2002/openlist
New-Bing
/
openlist
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
openlist
/
Dockerfile
hayou2002
Update Dockerfile
87e4cfb
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
181 Bytes
FROM
openlistteam/openlist:v4.1.9
USER root
RUN
apk update && apk
add
--no-cache \
curl \
wget \
net-tools
VOLUME [
"/app/data"
]
EXPOSE 443
ENV
OPENLIT_DATA_DIR
=/app/data