合并 internal → main: 退款/提现/激活/CI 全面优化 #4
+2
-1
@@ -12,8 +12,9 @@ RUN apk update --no-cache && apk add --no-cache tzdata ca-certificates
|
|||||||
|
|
||||||
WORKDIR /build
|
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 go.mod go.sum ./
|
||||||
|
COPY third_party/ ./third_party/
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
|
|
||||||
# Copy the rest of the application code
|
# Copy the rest of the application code
|
||||||
|
|||||||
Reference in New Issue
Block a user