合并 internal → main: 退款/提现/激活/CI 全面优化 #4

Open
shanshanzhong147 wants to merge 76 commits from internal into main
Showing only changes of commit 8ba4471791 - Show all commits
+2 -1
View File
@@ -12,8 +12,9 @@ RUN apk update --no-cache && apk add --no-cache tzdata ca-certificates
WORKDIR /build
# Copy go.mod and go.sum first to take advantage of Docker caching
# Copy go.mod, go.sum, and replace targets (third_party) before downloading deps
COPY go.mod go.sum ./
COPY third_party/ ./third_party/
RUN go mod download
# Copy the rest of the application code