Created
December 11, 2023 20:01
-
-
Save jonathands/c0554be97d6e103f65f2c8cdf1bd8c25 to your computer and use it in GitHub Desktop.
composer install with www-data user
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo su -l www-data -s /bin/bash -c "cd $PWD; composer install" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment