File size: 131 Bytes
fd44f08
536674f
29a694b
 
536674f
 
 
1
2
3
4
5
6
7
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