From 687e894a3085300ff4b7260ce9080b171d32b516 Mon Sep 17 00:00:00 2001 From: coward Date: Tue, 4 Jun 2024 11:40:04 +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, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3f22919..4d49163 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,8 @@ WORKDIR /build COPY . . COPY --from=build-stage /front/web/ /web +RUN cd ./web && ls -al +RUN cd .. # sqlite必须 ENV GO111MODULE=on ENV GOPROXY=https://goproxy.cn,direct