This commit is contained in:
xuyucheng 2021-11-25 11:19:07 +08:00
parent 4edfb235b8
commit 9e04381f50
1 changed files with 1 additions and 0 deletions

View File

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