From ab696c280ec6d7a01008feb7442b7e5c4976ad6c Mon Sep 17 00:00:00 2001 From: wuchao <1272174216@qq.com> Date: Thu, 28 Nov 2024 10:21:56 +0800 Subject: [PATCH] =?UTF-8?q?Dockerfile=20=E4=BF=AE=E6=94=B9?= 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 a5ff17d..142d6a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ WORKDIR /app COPY /server . #COPY --from=builder /app/server . COPY .env . -COPY ./front ./front +#COPY ./front ./front ENV TZ=Asia/Shanghai