mirror of
https://github.com/YunoHost-Apps/zusam_ynh.git
synced 2024-09-03 18:05:54 +02:00
export COMPOSER_HOME added
This commit is contained in:
parent
c8b5d9a814
commit
8cb6c70b94
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ cp -R $install_dir/app/dist/* $install_dir/public/
|
|||
ynh_script_progression --message="Pulling in external libraries with Composer..."
|
||||
|
||||
pushd $install_dir/api
|
||||
export COMPOSER_HOME=$install_dir/api
|
||||
/usr/bin/php$phpversion bin/composer install
|
||||
popd
|
||||
|
||||
|
|
Loading…
Reference in a new issue