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