Merge branch 'gin' into 'master'

mode

See merge request root/esg_report_backend!5
This commit is contained in:
徐聿成 2021-11-25 03:19:26 +00:00
commit cfdf7b9a7f
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ WORKDIR /home/esg_report_backend
COPY . . COPY . .
RUN go env -w GO111MODULE=on RUN go env -w GO111MODULE=on
RUN go env -w GOPROXY=https://goproxy.cn,direct RUN go env -w GOPROXY=https://goproxy.cn,direct
RUN go mod tidy
RUN go build -o app . RUN go build -o app .
WORKDIR /dist WORKDIR /dist
RUN cp /home/esg_report_backend RUN cp /home/esg_report_backend