diff --git a/Dockerfile b/Dockerfile index dbb923c..48cd5b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ WORKDIR /build COPY . . # sqlite必须 -ENV CGO_ENABLED=1 ENV GO111MODULE=on ENV GOPROXY=https://goproxy.cn,direct