24 Star 39 Fork 29

CODOG.CN / shipyard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile.build 444 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM golang:1.5
RUN curl -sL https://deb.nodesource.com/setup | bash -
RUN apt-get update && apt-get install -y nodejs
RUN npm install -g bower
RUN go get github.com/tools/godep
ADD https://get.docker.com/builds/Linux/x86_64/docker-1.7.0 /usr/local/bin/docker
RUN chmod +x /usr/local/bin/docker
ENV TAG latest
ENV PATH $PATH:/go/bin:/usr/local/go/bin
COPY . /go/src/github.com/shipyard/shipyard
WORKDIR /go/src/github.com/shipyard/shipyard
Go
1
https://gitee.com/codog/shipyard.git
git@gitee.com:codog/shipyard.git
codog
shipyard
shipyard
master

搜索帮助