From 7f6326ae470ce51edf7fecadcb3311fc2a4ab881 Mon Sep 17 00:00:00 2001 From: ywp Date: Wed, 22 Oct 2025 15:42:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= 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 b38644c..7c92061 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /app # 安装顶层依赖(如果有前端构建) COPY package*.json ./ RUN npm ci - +vite build # 拷贝前端、后端、静态资源 COPY dist/ ./dist COPY public/ ./public