🎨
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
coward 2024-06-04 11:04:20 +08:00
parent ed73c85bb9
commit b0f6b879f3

View File

@ -19,7 +19,7 @@ RUN apk add upx
WORKDIR /build WORKDIR /build
COPY . . COPY . .
COPY --from=build-stage /front/web /web COPY --from=build-stage /front/web/* /web
# sqlite必须 # sqlite必须
ENV GO111MODULE=on ENV GO111MODULE=on
ENV GOPROXY=https://goproxy.cn,direct ENV GOPROXY=https://goproxy.cn,direct