Use yarn instead of npm in docker

This commit is contained in:
David M 2017-10-09 14:54:03 +02:00
parent 28501f6b9d
commit 6af83d7630

View File

@ -1,6 +1,7 @@
export NPROCS=1 && export JOBS=1 && export CXX=g++-4.9 && export PGUSER=postgres
npm install
npm install -g yarn@0.27.5
yarn
/etc/init.d/postgresql start