更新 'Dockerfile'

master
zhongjin 1 year ago
parent 3c0635084e
commit a2095f1189

@ -171,6 +171,8 @@ RUN git clone https://github.com/CartoDB/CartoDB-SQL-API.git && \
mkdir logs
# Install Windshaft
ENV WINDSHAFT_VERSION=5.4.0
RUN git clone https://github.com/CartoDB/Windshaft-cartodb.git && \
cd Windshaft-cartodb && \
git checkout $WINDSHAFT_VERSION && \

Loading…
Cancel
Save