1 Star 0 Fork 0

no2key/wide

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 400 Bytes
一键复制 编辑 原始数据 按行查看 历史
88250 提交于 2015-01-19 09:51 . .
FROM golang:latest
MAINTAINER Liang Ding <[email protected]>
ADD . /wide/gogogo/src/github.com/b3log/wide
RUN useradd wide && useradd runner
ENV GOROOT /usr/src/go
ENV GOPATH /wide/gogogo
RUN go get -v golang.org/x/tools/cmd/vet github.com/88250/ide_stub github.com/nsf/gocode github.com/bradfitz/goimports
WORKDIR /wide/gogogo/src/github.com/b3log/wide
RUN go get -v && go build -v
EXPOSE 7070
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/no2key/wide.git
[email protected]:no2key/wide.git
no2key
wide
wide
master

搜索帮助