From 250e464b86d4f887179b8da4a53fc19f5879cf00 Mon Sep 17 00:00:00 2001 From: chishin Date: Wed, 5 Apr 2023 15:29:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=BB=E9=A1=B5=E6=B1=89?= =?UTF-8?q?=E5=8C=96=E6=B2=A1=E6=9C=89=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile-zh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile-zh b/docker/Dockerfile-zh index b723540..559305f 100644 --- a/docker/Dockerfile-zh +++ b/docker/Dockerfile-zh @@ -4,8 +4,9 @@ ENV NPM_LANGUAGE="zh" EXPOSE 80 81 443 -RUN rm -rf /app/frontend +RUN rm -rf /app/frontend /var/www/html/index.html COPY frontend/dist /app/frontend +COPY docker/rootfs/var/www/html/index.html /var/www/html/index.html WORKDIR /app