From 6fa2b8d7f988fa3d6545e54d4e4fe30a3a84cce7 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 11 May 2023 13:41:02 +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 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index eeef50e..72c7efd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,12 +18,13 @@ ADD ./fonts/SourceHanSansCN-Regular.otf /usr/share/fonts/SourceHanSansCN-Regular RUN apt-get install -y nano net-tools ca-certificates -#RUN rm -rf /cartodb +RUN rm -rf /cartodb -#RUN git clone https://git.kongjian.xin:8443/cartodb/cartodb-4.29.git cartodb && \ -# cd cartodb && \ -# npm install -#RUN cd cartodb && bundle exec grunt +RUN git clone https://git.kongjian.xin:8443/cartodb/cartodb-4.29.git cartodb && \ + cd cartodb && \ + npm install + +RUN cd cartodb && bundle exec grunt # Copy confs