diff --git a/Dockerfile b/Dockerfile index 894cd46..d122f4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \