5 Star 12 Fork 3

cristiane/micro-mall-sku

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 448 Bytes
一键复制 编辑 原始数据 按行查看 历史
雨化田 提交于 2022-04-22 05:09 . 容器方式启动项目达到99%
FROM golang:1.16.15-buster as gobuild
WORKDIR $GOPATH/src/gitee.com/cristiane/micro-mall-sku
COPY . .
ENV GOPROXY=https://goproxy.cn,https://goproxy.io,direct
ENV GO111MODULE=on
RUN bash ./build.sh
# FROM alpine:latest as gorun
FROM centos:latest as gorun
WORKDIR /www/
COPY --from=gobuild /go/src/gitee.com/cristiane/micro-mall-sku/micro-mall-sku .
COPY --from=gobuild /go/src/gitee.com/cristiane/micro-mall-sku/etc ./etc
CMD ["./micro-mall-sku"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/cristiane/micro-mall-sku.git
[email protected]:cristiane/micro-mall-sku.git
cristiane
micro-mall-sku
micro-mall-sku
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385