1 Star 0 Fork 186

king2019/godoc

forked from Minho/mindoc
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 311 Bytes
一键复制 编辑 原始数据 按行查看 历史
Minho 提交于 2017-05-03 17:54 . *
FROM golang:1.8.1-alpine
RUN apk add --update bash git make gcc
ADD . /go/src/github.com/lifei6671/godoc
WORKDIR /go/src/github.com/lifei6671/godoc
RUN chmod +x start.sh
RUN go get -d ./... && \
go get github.com/mitchellh/gox && \
gox -os "windows linux darwin" -arch amd64
CMD ["./start.sh"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xmkc/godoc.git
[email protected]:xmkc/godoc.git
xmkc
godoc
godoc
master

搜索帮助