Skip to content

Instantly share code, notes, and snippets.

@trungpv1601
Last active January 18, 2020 16:09
Show Gist options
  • Save trungpv1601/61c1deda2c8762dc06a6feddee97ba62 to your computer and use it in GitHub Desktop.
Save trungpv1601/61c1deda2c8762dc06a6feddee97ba62 to your computer and use it in GitHub Desktop.
Composer & PHP with Docker
docker run --rm --interactive --tty --volume $PWD:/app composer install
docker run --rm -v $(pwd):/app -w /app php:cli php artisan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment