diff --git a/Dockerfile b/Dockerfile index e3cf51d..1acf653 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN apk add upx WORKDIR /build COPY . . -COPY --from=build-stage /front/web /web +COPY --from=build-stage /front/web/* /web # sqlite必须 ENV GO111MODULE=on ENV GOPROXY=https://goproxy.cn,direct