3 Star 6 Fork 2

aj / cloudreve-docker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 237 Bytes
一键复制 编辑 原始数据 按行查看 历史
WumaCoder 提交于 2020-03-18 23:04 . 修改上传文件的bug
FROM centos
LABEL maintainer="wm 15804854160@163.com"
WORKDIR /core
COPY ./src ./
RUN mkdir ./uploads ./db ./log
RUN yum install -y make
RUN cd ./aria2 && make install
CMD /bin/bash /core/start.sh
EXPOSE 83
# docker build -t cloudreve .
1
https://gitee.com/luolianxi/cloudreve-docker.git
git@gitee.com:luolianxi/cloudreve-docker.git
luolianxi
cloudreve-docker
cloudreve-docker
master

搜索帮助