1 Star 0 Fork 28

xwzQmxx/ci-bot

forked from openEuler/ci-bot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 361 Bytes
一键复制 编辑 原始数据 按行查看 历史
George.Cao 提交于 2020-04-30 10:11 . add a copy command in DockerFile.
FROM golang:1.12.1-alpine3.9 AS builder
COPY . /go/src/gitee.com/openeuler/ci-bot
RUN apk --no-cache update && \
apk --no-cache upgrade && \
CGO_ENABLED=1 go build -v -o /usr/local/bin/ci-bot -ldflags="-w -s -extldflags -static" \
gitee.com/openeuler/ci-bot/cmd/cibot
RUN mkdir -p /bot
WORKDIR /bot
COPY ./_service /bot
EXPOSE 8888
ENTRYPOINT ["ci-bot"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/xwzqmxx/ci-bot.git
git@gitee.com:xwzqmxx/ci-bot.git
xwzqmxx
ci-bot
ci-bot
master

搜索帮助