This commit is contained in:
tangmengqiu
2025-11-02 17:26:47 -05:00
parent 806fad6136
commit 92539261d1
+1 -1
View File
@@ -48,7 +48,7 @@ RUN go mod download
COPY . .
RUN CGO_ENABLED=1 GOOS=linux \
·
CGO_CFLAGS="-D_LARGEFILE64_SOURCE" \
go build -trimpath -ldflags="-s -w" -o nofx .
# ──────────────────────────────────────────────────────────────