加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dockerfile-dashboard 248 Bytes
一键复制 编辑 原始数据 按行查看 历史
e421083458 提交于 2021-09-20 14:00 . 规整日志及命令行管理器
FROM golang
WORKDIR /go/src/app
COPY . .
#原始方式:直接镜像内打包编译
#RUN export GO111MODULE=auto && export GOPROXY=https://goproxy.cn && go mod tidy
#RUN go build -o ./bin/gatekeeper
CMD ./bin/gatekeeper -c ./conf/dev/ -p control
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化