Skip to content

Commit

Permalink
refactor: Allow composer scripts to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Mar 26, 2022
1 parent bc3cd88 commit 99b6a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-config/php-prod-craft/composer_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@

cd /var/www/project/cms
if [ ! -f "composer.lock" ] || [ ! -d "vendor" ]; then
su-exec www-data composer install --verbose --no-progress --no-scripts --optimize-autoloader --no-interaction
su-exec www-data composer install --verbose --no-progress --optimize-autoloader --no-interaction
fi

0 comments on commit 99b6a79

Please sign in to comment.