1 Star 0 Fork 710

Eran/DocHub

forked from 进击的皇虫/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" ]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/e-ran/DocHub.git
[email protected]:e-ran/DocHub.git
e-ran
DocHub
DocHub
master

搜索帮助