更新 'Dockerfile'
This commit is contained in:
parent
cd50280500
commit
3c0635084e
@ -178,10 +178,10 @@ RUN git clone https://github.com/CartoDB/Windshaft-cartodb.git && \
|
||||
mkdir logs
|
||||
|
||||
# Install CartoDB
|
||||
RUN git clone --recursive https://git.kongjian.xin:8443/cartodb/cartodb-Github.git cartodb && \
|
||||
RUN git clone https://git.kongjian.xin:8443/cartodb/cartodb-4.29.git cartodb && \
|
||||
#RUN git clone --recursive https://github.com/CartoDB/cartodb.git && \
|
||||
cd cartodb && \
|
||||
git checkout $CARTODB_VERSION && \
|
||||
# git checkout $CARTODB_VERSION && \
|
||||
# Install cartodb extension
|
||||
cd lib/sql && \
|
||||
PGUSER=postgres make install && \
|
||||
|
Loading…
Reference in New Issue
Block a user