From 2acd86f67d215f041bd283af61142ac669c1e2f6 Mon Sep 17 00:00:00 2001 From: coward Date: Tue, 4 Jun 2024 11:29:11 +0800 Subject: [PATCH] =?UTF-8?q?:whale:=E6=9B=B4=E6=94=B9=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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