sql api requires a logs dir

remotes/origin/HEAD
Stefan Verhoeven 5 years ago
parent 7f44060003
commit d1395bb0b7

@ -162,7 +162,8 @@ ADD ./cartodb_pgsql.sh /tmp/cartodb_pgsql.sh
RUN git clone git://github.com/CartoDB/CartoDB-SQL-API.git && \
cd CartoDB-SQL-API && \
git checkout $SQLAPI_VERSION && \
npm install
npm install && \
mkdir logs
# Install Windshaft
RUN git clone git://github.com/CartoDB/Windshaft-cartodb.git && \

Loading…
Cancel
Save