更新 'Dockerfile'

master
zhongjin 1 year ago
parent 38bfc560e0
commit 758c0d1991

@ -164,14 +164,14 @@ RUN service postgresql start && /bin/su postgres -c \
ADD ./cartodb_pgsql.sh /tmp/cartodb_pgsql.sh
# Install CartoDB API
RUN git clone git://github.com/CartoDB/CartoDB-SQL-API.git && \
RUN git clone https://github.com/CartoDB/CartoDB-SQL-API.git && \
cd CartoDB-SQL-API && \
git checkout $SQLAPI_VERSION && \
npm install && \
mkdir logs
# Install Windshaft
RUN git clone git://github.com/CartoDB/Windshaft-cartodb.git && \
RUN git clone https://github.com/CartoDB/Windshaft-cartodb.git && \
cd Windshaft-cartodb && \
git checkout $WINDSHAFT_VERSION && \
npm install && \

Loading…
Cancel
Save