Skip to content

Instantly share code, notes, and snippets.

@Punk-UnDeaD
Created August 21, 2019 14:31
Show Gist options
  • Save Punk-UnDeaD/25181c79ea2a5cf3cf8d81d09d8bd2d4 to your computer and use it in GitHub Desktop.
Save Punk-UnDeaD/25181c79ea2a5cf3cf8d81d09d8bd2d4 to your computer and use it in GitHub Desktop.
docker-compose alias
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