更新 'Dockerfile'

This commit is contained in:
zhongjin 2023-05-11 13:41:02 +08:00
parent a42ef63725
commit 6fa2b8d7f9

View File

@ -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