更新 'Dockerfile'
This commit is contained in:
parent
a42ef63725
commit
6fa2b8d7f9
11
Dockerfile
11
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
|
||||
|
Loading…
Reference in New Issue
Block a user