From d1395bb0b706cbedec4ba3685fcba56c9562c6df Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Thu, 24 Oct 2019 13:45:00 +0200 Subject: [PATCH] sql api requires a logs dir --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 && \