diff --git a/Dockerfile b/Dockerfile index b0e3f35071c7c46d70fdd7f1155ef13c3728103b..1bb8313998d22952fd05bd8492b8dcc5082e9b71 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 && \