1 Star 5 Fork 2

huangpeizhi2018/rosedb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 392 Bytes
一键复制 编辑 原始数据 按行查看 历史
gocloudcoder 提交于 2021-05-30 00:08 . upgrade Dockerfile
FROM golang:alpine
ENV GO111MODULE=on \
CGO_ENABLED=0 \
GOOS=linux \
GOARCH=amd64 \
GOPROXY=https://goproxy.cn,direct \
PATH="/dist/bin:${PATH}"
WORKDIR /build
COPY . .
RUN go mod tidy && go build -o bin/rosedb-server cmd/server/main.go && go build -o bin/rosedb-cli cmd/cli/main.go
WORKDIR /dist
RUN cp -r /build/bin .
EXPOSE 5200
CMD ["/dist/bin/rosedb-server"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/huangpeizhi2018/rosedb.git
git@gitee.com:huangpeizhi2018/rosedb.git
huangpeizhi2018
rosedb
rosedb
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385