1 Star 0 Fork 0

no-src/fsctl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 280 Bytes
一键复制 编辑 原始数据 按行查看 历史
mstmdev 提交于 2023-09-05 18:07 +08:00 . Add docker test workflow to GitHub Actions (#20)
FROM golang:latest AS build
WORKDIR /gowork
ARG GOPROXY
ARG CGO_ENABLED=0
COPY . .
RUN echo $(git rev-parse HEAD) >internal/version/commit
RUN go build -v -o . ./...
FROM alpine:latest
WORKDIR /app
ENV PATH=$PATH:/app
COPY --from=build /gowork/fsctl .
WORKDIR /workspace
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/no-src/fsctl.git
git@gitee.com:no-src/fsctl.git
no-src
fsctl
fsctl
main

搜索帮助