1 Star 0 Fork 74

王浩/micro-mall-api

forked from cristiane/micro-mall-api 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 411 Bytes
一键复制 编辑 原始数据 按行查看 历史
cristiane 提交于 2021-07-22 10:43 +08:00 . !24 docker支持
FROM golang:1.13.15-buster as gobuild
WORKDIR $GOPATH/src/gitee.com/cristiane/micro-mall-api
COPY . .
ENV GOPROXY=https://goproxy.io,direct
RUN bash ./build.sh
## FROM alpine:latest as gorun
FROM ubuntu:latest as gorun
WORKDIR /www/
COPY --from=gobuild /go/src/gitee.com/cristiane/micro-mall-api/micro-mall-api .
COPY --from=gobuild /go/src/gitee.com/cristiane/micro-mall-api/etc ./etc
CMD ["./micro-mall-api"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/wang-hao-gitee/micro-mall-api.git
git@gitee.com:wang-hao-gitee/micro-mall-api.git
wang-hao-gitee
micro-mall-api
micro-mall-api
main

搜索帮助