From b0f6b879f3f72faa518db1e3dce29b4b1c70c4ae Mon Sep 17 00:00:00 2001 From: coward Date: Tue, 4 Jun 2024 11:04:20 +0800 Subject: [PATCH] :art: --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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