3 Star 9 Fork 5

baetyl / baetyl-broker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 269 Bytes
一键复制 编辑 原始数据 按行查看 历史
chensheng06 提交于 2020-09-23 14:33 . update Makefile
FROM --platform=$TARGETPLATFORM golang:1.13.5-stretch as devel
ARG BUILD_ARGS
COPY / /go/src/
RUN cd /go/src/ && make build-local BUILD_ARGS=$BUILD_ARGS
FROM --platform=$TARGETPLATFORM busybox
COPY --from=devel /go/src/baetyl-broker /bin/
ENTRYPOINT ["baetyl-broker"]
Go
1
https://gitee.com/baetyl/baetyl-broker.git
git@gitee.com:baetyl/baetyl-broker.git
baetyl
baetyl-broker
baetyl-broker
master

搜索帮助