alist / Dockerfile
Yvan-W's picture
Update Dockerfile
29a694b
raw
history blame
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