421 Star 1.9K Fork 708

进击的皇虫 / DocHub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 333 Bytes
一键复制 编辑 原始数据 按行查看 历史
TruthHun 提交于 2018-08-19 10:18 . Dockerfile
FROM truthhun/dochub:env
WORKDIR /www/dochub
RUN wget https://github.com/TruthHun/DocHub/releases/download/v2.0/DocHub.V2.0_linux_amd64.zip \
&& apt install unzip -y \
&& unzip DocHub.V2.0_linux_amd64.zip -d /www/dochub/ \
&& rm -rf /www/dochub/__MACOSX \
&& chmod 0777 -R /www/dochub
CMD [ "./DocHub" ]
Go
1
https://gitee.com/truthhun/DocHub.git
git@gitee.com:truthhun/DocHub.git
truthhun
DocHub
DocHub
master

搜索帮助