From a76f4bb2767bb9e4813c0fcb502961aa88af15c0 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Wed, 4 Feb 2026 18:32:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Dockerfile=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BF=AE=E6=94=B9=E3=80=82?= 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 ee4c4c6..33c1b00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM nginx:1.29.1 -COPY dist/ /usr/share/nginx/html/ +COPY dist/build/h5/ /usr/share/nginx/html/ COPY nginx.conf /etc/nginx/nginx.conf -RUN echo 'echo init ok!!' \ No newline at end of file +RUN echo 'echo init ok!!'