Skip to content

Instantly share code, notes, and snippets.

@mhsenpc
Created November 25, 2024 23:26
Show Gist options
  • Save mhsenpc/3ec634f5d295f3ef602e4684e116f271 to your computer and use it in GitHub Desktop.
Save mhsenpc/3ec634f5d295f3ef602e4684e116f271 to your computer and use it in GitHub Desktop.
composer install using docker - without installing composer
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