diff --git a/Dockerfile b/Dockerfile index 87c9467..2996748 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ RUN go env -w GOPROXY=https://goproxy.cn,direct RUN go mod tidy RUN go build -o app . WORKDIR /dist -RUN cp /esg_report_backend +RUN cp ./esg_report_backend EXPOSE 9090 ENTRYPOINT ["/dist/app"] \ No newline at end of file