1 Star 0 Fork 0

newparad / wide

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 400 Bytes
一键复制 编辑 原始数据 按行查看 历史
88250 提交于 2015-01-14 11:49 . .
FROM golang:latest
MAINTAINER Liang Ding <dl88250@gmail.com>
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
1
https://gitee.com/kang-miao/wide.git
git@gitee.com:kang-miao/wide.git
kang-miao
wide
wide
master

搜索帮助