From 4f28049b8a35bb26058fcd02935cae273f4441eb Mon Sep 17 00:00:00 2001 From: ywp Date: Wed, 22 Oct 2025 14:36:04 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 18aef59..25866ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,8 +28,8 @@ COPY --from=builder /app/dist /usr/share/nginx/html # 复制自定义Nginx配置(如有需要) COPY nginx.conf /etc/nginx/conf.d/default.conf -# 暴露9800端口 -EXPOSE 9800 +# 3001 +EXPOSE 3001 # 启动Nginx CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file