Merge branch 'gin' into 'master'

mode

See merge request root/esg_report_backend!18
This commit is contained in:
徐聿成 2021-11-25 06:52:54 +00:00
commit c74c698615
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM golang:latest
ENV GOPROXY https://goproxy.cn,direct
WORKDIR /app
ADD ./* /app
ADD ./* /app/
RUN go env -w GO111MODULE=on
RUN go env -w GOPROXY=https://goproxy.cn,direct
RUN go mod tidy