fix: donot use git shallow copy

This commit is contained in:
Simon Ding
2024-07-27 16:04:01 +08:00
parent f065abfbf9
commit 5175e651ee
3 changed files with 4 additions and 2 deletions

View File

@@ -18,8 +18,6 @@ COPY go.mod .
COPY go.sum .
RUN go mod download
RUN apt-get update && apt-get -y install git
COPY . .
COPY --from=flutter /app/build/web ./ui/build/web/