Duplicated from hayou2002/openlist
87e4cfb 15a891b 724b945 c6055ed 724b945 f57e161 15a891b
1
2
3
4
5
6
7
8
9
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