1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

composer install --no-dev

This commit is contained in:
Salamandar 2024-03-24 13:17:25 +01:00
parent 6812e59ead
commit ffb2adf335

View file

@ -36,7 +36,7 @@ ynh_script_progression --message="Building Movim..."
# Install composer
ynh_install_composer
COMPOSER_ALLOW_SUPERUSER=1 ynh_composer_exec --commands="install"
COMPOSER_ALLOW_SUPERUSER=1 ynh_composer_exec --commands="install --no-dev"
COMPOSER_ALLOW_SUPERUSER=1 ynh_composer_exec --commands="movim:migrate"
chown -R "$app:www-data" "$install_dir"