openlist / Dockerfile
hayou2002's picture
Update Dockerfile
87e4cfb verified
raw
history blame contribute delete
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