sql api requires a logs dir
This commit is contained in:
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…
Reference in New Issue
Block a user