Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
C0lla/alist
New-Bing
/
AList
like
2
Running
App
Files
Files
Community
3
302e483
AList
/
Dockerfile
Yvan-W
Update Dockerfile
29a694b
12 months ago
raw
Copy download link
history
blame
Safe
131 Bytes
FROM
ubuntu:22.04
RUN
apt update && apt install -y curl
RUN
curl -fsSL
"https://alist.nn.ci/v3.sh"
| bash -s install
EXPOSE 8080