From 70a64717bf834a74af149205c12f1f62f1bce7fc Mon Sep 17 00:00:00 2001 From: ywp Date: Wed, 22 Oct 2025 16:39:46 +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, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f9cc91d..d54141e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,8 +46,6 @@ COPY --from=server_deps /app/server/node_modules /app/server/node_modules # 拷贝前端静态资源 COPY --from=build /app/dist /usr/share/nginx/html -COPY --from=build /app/public /usr/share/nginx/html/public -COPY --from=build /app/index.html /usr/share/nginx/html/ # 拷贝 Nginx 配置和启动脚本 COPY nginx.conf /etc/nginx/nginx.conf