From 66358eacf2804bd22278d574061b260a65118b94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=A6=E9=82=A6=E9=82=A6=E9=82=A6?= <15622356989@163.com> Date: Tue, 25 Mar 2025 09:49:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b0e3f3507..1bb831399 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,6 @@ RUN mkdir -p /src/ COPY . /src/website COPY ./deploy/nginx.conf /etc/nginx/nginx.conf COPY ./sitemap/sitemap-en.xml ./sitemap/sitemap-zh.xml /usr/share/nginx/html/ -COPY ./sitemap/51e990e4796e419eb4a6e0c35efbb50f.txt /usr/share/nginx/html/ RUN cd /src/ && \ git clone https://gitee.com/opengauss/docs --depth=1 latest/docs && \ -- Gitee