Skip to content

Instantly share code, notes, and snippets.

@piotrekkaminski
Created April 13, 2017 12:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piotrekkaminski/552c51af28d66546cf79d49bdeaec831 to your computer and use it in GitHub Desktop.
Save piotrekkaminski/552c51af28d66546cf79d49bdeaec831 to your computer and use it in GitHub Desktop.
m2exec.sh
#!/bin/bash
docker-compose exec --user magento2 web bash -c "cd /var/www/magento2 ; $*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment