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