diff --git a/Dockerfile b/Dockerfile index 4ae7a10..3f22919 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,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