From dc32f3992634d5a25a60dadf7e15eb6ff7a06421 Mon Sep 17 00:00:00 2001 From: Christophe <7983156+christophekey@users.noreply.github.com> Date: Wed, 12 Jun 2019 13:17:15 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1733242..369adea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -169,7 +169,7 @@ RUN git clone git://github.com/CartoDB/CartoDB-SQL-API.git && \ RUN git clone git://github.com/CartoDB/Windshaft-cartodb.git && \ cd Windshaft-cartodb && \ git checkout $WINDSHAFT_VERSION && \ - yarn install && \ + npm install && \ mkdir logs # Install CartoDB