提交 8755e73d 编写于 作者: m0_50812349's avatar m0_50812349

fix: docker 使用go generate有问题

上级 4715764f
......@@ -3,7 +3,11 @@ FROM golang:alpine
WORKDIR /go/src/github.com/flipped-aurora/gin-vue-admin/server
COPY . .
RUN go generate && go env && go build -o server .
RUN go env -w GO111MODULE=on
RUN go env -w GOPROXY=https://goproxy.cn,direct
RUN go env
RUN go mod tidy
RUN go build -o server .
FROM alpine:latest
LABEL MAINTAINER="SliverHorn@sliver_horn@qq.com"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册