1 Star 0 Fork 0

xuziyao/air

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 477 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tim Routowicz 提交于 2024-02-20 22:19 . chore: bump Go to 1.22 (#529)
FROM golang:1.22 AS builder
LABEL maintainer="Rick Yu <cosmtrek@gmail.com>"
ENV GOPATH /go
ENV GO111MODULE on
COPY . /go/src/github.com/cosmtrek/air
WORKDIR /go/src/github.com/cosmtrek/air
RUN --mount=type=cache,target=/go/pkg/mod go mod download
RUN --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build make ci && make install
FROM golang:1.22
COPY --from=builder /go/bin/air /go/bin/air
ENTRYPOINT ["/go/bin/air"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xzy_15043564293/air.git
git@gitee.com:xzy_15043564293/air.git
xzy_15043564293
air
air
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385