From 18d5bbb51fbba4a2002ebce28bf6025fb3b5ad88 Mon Sep 17 00:00:00 2001 From: hanzhixiao <709674996@qq.com> Date: Thu, 10 Aug 2023 11:14:28 +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 df564e598..1837614cb 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 ../../Desktop . +ADD .. RUN make clean RUN make build