2 Star 2 Fork 4

百度开源 / baetyl-cloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 227 Bytes
一键复制 编辑 原始数据 按行查看 历史
allen-lj 提交于 2020-07-13 20:41 . change build results to output directory
FROM --platform=$TARGETPLATFORM golang:1.13.5-stretch as devel
COPY / /go/src/
RUN cd /go/src/ && make all
FROM --platform=$TARGETPLATFORM busybox
COPY --from=devel /go/src/output/baetyl-cloud /bin/
ENTRYPOINT ["baetyl-cloud"]
Go
1
https://gitee.com/baidu/baetyl-cloud.git
git@gitee.com:baidu/baetyl-cloud.git
baidu
baetyl-cloud
baetyl-cloud
master

搜索帮助