1 Star 0 Fork 710

小桥流水/DocHub

forked from 进击的皇虫/DocHub 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Dockerfile 333 Bytes
Copy Edit Raw Blame History
TruthHun authored 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/thinkneo/DocHub.git
git@gitee.com:thinkneo/DocHub.git
thinkneo
DocHub
DocHub
master

Search