From b01f66b54ec31e014ff7cce16c730771ee7b9fb6 Mon Sep 17 00:00:00 2001 From: hanzhixiao <709674996@qq.com> Date: Thu, 10 Aug 2023 11:17:32 +0800 Subject: [PATCH] new_815 Signed-off-by: hanzhixiao <709674996@qq.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c9d2737d0..8d23c22c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY go.mod go.sum go.work go.work.sum ./ #RUN go mod download # Copy all files to the container -ADD .. +ADD . . RUN make clean RUN make build