This commit is contained in:
parent
2acd86f67d
commit
687e894a30
@ -21,6 +21,8 @@ WORKDIR /build
|
||||
|
||||
COPY . .
|
||||
COPY --from=build-stage /front/web/ /web
|
||||
RUN cd ./web && ls -al
|
||||
RUN cd ..
|
||||
# sqlite必须
|
||||
ENV GO111MODULE=on
|
||||
ENV GOPROXY=https://goproxy.cn,direct
|
||||
|
Loading…
Reference in New Issue
Block a user