chore: disable cgo

This commit is contained in:
1808837298@qq.com
2025-02-11 18:51:27 +08:00
parent 40d878e8a9
commit cad8a83260

View File

@@ -7,7 +7,7 @@ COPY ./web .
COPY ./VERSION .
RUN DISABLE_ESLINT_PLUGIN='true' VITE_REACT_APP_VERSION=$(cat VERSION) bun run build
FROM golang:alpine AS builder2
FROM golang AS builder2
ENV GO111MODULE=on \
CGO_ENABLED=0 \