This commit is contained in:
tangmengqiu
2025-11-02 17:26:47 -05:00
parent 8c7ab98d5f
commit 3a12c4a2ec

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 .
# ──────────────────────────────────────────────────────────────