1 Star 0 Fork 0

上海老李/reborn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 356 Bytes
一键复制 编辑 原始数据 按行查看 历史
qiuyesuifeng 提交于 2015-06-30 22:55 . chmod -x for files
FROM golang:1.4
MAINTAINER goroutine@126.com
RUN apt-get update -y
# Add reborn
Add . /go/src/github.com/reborndb/reborn/
WORKDIR /go/src/github.com/reborndb/reborn/
# Install
RUN go get github.com/tools/godep
WORKDIR /go/src/github.com/reborndb/reborn/sample
# Expose ports
EXPOSE 19000
EXPOSE 11000
EXPOSE 18087
CMD ./startall.sh && tail -f log/*
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/nwaycn/reborn.git
git@gitee.com:nwaycn/reborn.git
nwaycn
reborn
reborn
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385