Merge pull request #75 from christophekey/christophekey-npminstall

Update Dockerfile with npm install, not yarn
This commit is contained in:
Stefan Verhoeven 2019-06-19 14:16:13 +02:00 committed by GitHub
commit 9acb1b4919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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