Ai
2 Star 0 Fork 0

mirrors_sourcegraph/automation-testing

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 153 Bytes
一键复制 编辑 原始数据 按行查看 历史
Thorsten Ball 提交于 2021-03-11 18:51 +08:00 . Add Dockerfile
FROM golang:latest AS builder-image
WORKDIR /src
COPY . .
RUN go build -o /out/example .
FROM scratch AS bin
COPY --from=builder-image /out/example /
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_sourcegraph/automation-testing.git
git@gitee.com:mirrors_sourcegraph/automation-testing.git
mirrors_sourcegraph
automation-testing
automation-testing
master

搜索帮助