From da25d473e3af284f32a572ee415e1fc842527d81 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Tue, 21 Jan 2025 15:16:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index e4c71f7..70caa1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,9 @@ FROM nginx:stable-alpine as production-stage # 复制构建产物到 Nginx 目录 COPY --from=build-stage /app/dist /usr/share/nginx/html +# 复制验证文件到 Nginx 根目录 +COPY w2PZhK4ewX.txt /usr/share/nginx/html/w2PZhK4ewX.txt + # 暴露 80 端口 EXPOSE 80