Created
November 25, 2024 23:26
-
-
Save mhsenpc/3ec634f5d295f3ef602e4684e116f271 to your computer and use it in GitHub Desktop.
composer install using docker - without installing composer
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
docker run --rm -v $(pwd):/app -w /app composer install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment