Created
August 21, 2019 14:31
-
-
Save Punk-UnDeaD/25181c79ea2a5cf3cf8d81d09d8bd2d4 to your computer and use it in GitHub Desktop.
docker-compose alias
This file contains hidden or 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
alias drush="docker-compose exec php vendor/bin/drush" | |
alias drupal="docker-compose exec php vendor/bin/drupal" | |
alias composer="docker-compose exec php composer" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment