76 Star 246 Fork 76

Eriloan / webconsole

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 198 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eriloan 提交于 2017-07-31 17:00 . Update Dockerfile
FROM golang:1.8.3-alpine
MAINTAINER Eric Shi <shibingli@realclouds.org>
ADD . /go/
RUN cd /go/src/apibox.club/apibox/ && go install -v
RUN rm -Rf /go/src
EXPOSE 8080
CMD ["/go/bin/apibox","start"]
Go
1
https://gitee.com/shibingli/webconsole.git
git@gitee.com:shibingli/webconsole.git
shibingli
webconsole
webconsole
master

搜索帮助