Merge pull request #75 from christophekey/christophekey-npminstall
Update Dockerfile with npm install, not yarn
This commit is contained in:
commit
9acb1b4919
@ -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 && \
|
RUN git clone git://github.com/CartoDB/Windshaft-cartodb.git && \
|
||||||
cd Windshaft-cartodb && \
|
cd Windshaft-cartodb && \
|
||||||
git checkout $WINDSHAFT_VERSION && \
|
git checkout $WINDSHAFT_VERSION && \
|
||||||
yarn install && \
|
npm install && \
|
||||||
mkdir logs
|
mkdir logs
|
||||||
|
|
||||||
# Install CartoDB
|
# Install CartoDB
|
||||||
|
Loading…
Reference in New Issue
Block a user