From f10ad766e1d1849b65e5d5447f4d2df46213f0b3 Mon Sep 17 00:00:00 2001 From: liuyanglinux Date: Tue, 25 Mar 2025 01:20:05 +0000 Subject: [PATCH] update Dockerfile. Signed-off-by: liuyanglinux --- 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