This commit is contained in:
xuyucheng 2021-11-25 11:25:43 +08:00
parent 4999a12c0e
commit a43d8340da
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ RUN go env -w GOPROXY=https://goproxy.cn,direct
RUN go mod tidy RUN go mod tidy
RUN go build -o app . RUN go build -o app .
WORKDIR /dist WORKDIR /dist
RUN cp /esg_report_backend RUN cp ./esg_report_backend
EXPOSE 9090 EXPOSE 9090
ENTRYPOINT ["/dist/app"] ENTRYPOINT ["/dist/app"]