Add missing env in install.sh

Fix https://github.com/wallabag/wallabag/issues/2345
This commit is contained in:
Jeremy Benoist 2016-10-03 18:13:40 +02:00 committed by GitHub
parent aafb3321b7
commit a3cc0dd0bf

View file

@ -1,7 +1,7 @@
#! /usr/bin/env bash
echo " > Installing PHP dependencies through Composer..."
composer install --no-interaction --no-progress --prefer-dist -o --no-dev
SYMFONY_ENV=prod composer install --no-interaction --no-progress --prefer-dist -o --no-dev
chmod ugo+x vendor/mouf/nodejs-installer/bin/local/npm
echo " > Downloading librairies through npm..."