Signed-off-by: hanzhixiao <709674996@qq.com>
This commit is contained in:
hanzhixiao
2023-08-10 11:17:32 +08:00
parent aacdcdeee7
commit b01f66b54e
+1 -1
View File
@@ -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