From 8496e0a2dc8cfca97dec9a8642779f2211f8edaa Mon Sep 17 00:00:00 2001 From: xuyucheng Date: Thu, 25 Nov 2021 11:58:49 +0800 Subject: [PATCH] mode --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2996748..88d41b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,5 @@ 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 EXPOSE 9090 ENTRYPOINT ["/dist/app"] \ No newline at end of file