fix:修改dockerfile

main
鱼星 1 week ago
parent b57942d726
commit 8b298d9b04

@ -15,6 +15,8 @@ WORKDIR /src
ARG GOTOOLCHAIN=auto
ENV GOTOOLCHAIN=${GOTOOLCHAIN}
ENV CGO_ENABLED=0
ENV GOPROXY=https://goproxy.cn,direct
ENV GOSUMDB=off
COPY core/go.mod core/go.sum ./core/
COPY agent/go.mod agent/go.sum ./agent/
RUN cd core && go mod download

Loading…
Cancel
Save