mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 03:21:01 +00:00
Add missing env in install.sh
Fix https://github.com/wallabag/wallabag/issues/2345
This commit is contained in:
parent
aafb3321b7
commit
a3cc0dd0bf
1 changed files with 1 additions and 1 deletions
|
@ -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..."
|
||||
|
|
Loading…
Reference in a new issue