From b919ea98e30f9e1af6619dcd631d9751d1c13264 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Wed, 10 May 2023 22:48:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ecbfbdc..d9ead07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ ADD ./fonts/SourceHanSansCN-Regular.otf /usr/share/fonts/SourceHanSansCN-Regular RUN apt-get install -y nano net-tools ca-certificates -RUN mv /cartodb /cartodb-back +RUN rm -f /cartodb RUN git clone https://git.kongjian.xin:8443/cartodb/cartodb-4.29.git cartodb && \ cd cartodb && \