From 36a1e94d341c5579cc61933aeb0674d533438560 Mon Sep 17 00:00:00 2001 From: huang Date: Mon, 13 Apr 2026 11:27:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BE=AE=E4=BF=A1=E5=85=AC?= =?UTF-8?q?=E4=BC=97=E5=8F=B7=E5=9F=9F=E5=90=8D=E9=AA=8C=E8=AF=81=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sisyphus --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7e39b1d..4f59c68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,6 +45,7 @@ COPY docker/nginx.conf /etc/nginx/conf.d/default.conf # 从构建阶段复制构建产物 COPY --from=builder /build/dist/build/h5 /usr/share/nginx/html +COPY MP_verify_yU2Z8mp831jh6QX7.txt /usr/share/nginx/html/MP_verify_yU2Z8mp831jh6QX7.txt # 暴露端口 EXPOSE 80