Created
April 13, 2017 12:52
-
-
Save piotrekkaminski/552c51af28d66546cf79d49bdeaec831 to your computer and use it in GitHub Desktop.
m2exec.sh
This file contains 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
#!/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