From 87fcb213dcdc6fe1e1712c340f248633ee908899 Mon Sep 17 00:00:00 2001 From: coward Date: Tue, 4 Jun 2024 11:58:38 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 59e9209..4b1136f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN npm config set registry https://registry.npmmirror.com RUN pnpm install RUN pnpm build -RUN cd ../web && ls -lh +RUN cd ../web && ls -lh && pwd FROM golang:alpine as build @@ -21,7 +21,7 @@ WORKDIR /build COPY . . COPY --from=build-stage /front/web/ /web -RUN cd ./web && ls -al +RUN cd ./web && ls -lh RUN cd .. # sqlite必须 ENV GO111MODULE=on