chore: fix dockerfile build

This commit is contained in:
engigu
2026-04-01 11:57:51 +08:00
parent f06b09a5c7
commit 639cf4a35c
+1
View File
@@ -89,6 +89,7 @@ WORKDIR /app
COPY --from=build-info /build-info /build-info
# Using Go build cache mount
COPY go.mod go.sum ./
RUN --mount=type=cache,target=/go/pkg/mod \
go mod download