This commit is contained in:
parent
82c34edb04
commit
2acd86f67d
@ -20,7 +20,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
|
||||||
|
Loading…
Reference in New Issue
Block a user