em / Dockerfile
o4mvvzyev7's picture
Update Dockerfile
239090b verified
raw
history blame contribute delete
187 Bytes
FROM cloudreve/cloudreve:4.10.1
EXPOSE 5212
# 安装依赖
RUN apk add --no-cache curl bash tar
# 创建工作目录
WORKDIR /cloudreve
# 拷贝配置文件
COPY conf.ini ./conf.ini