sql api requires a logs dir

This commit is contained in:
Stefan Verhoeven 2019-10-24 13:45:00 +02:00
parent 7f44060003
commit d1395bb0b7

View File

@ -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 && \