Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
entrop- authored Apr 21, 2017
1 parent 4a65736 commit f18e4f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mage2docker.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ mage2docker () {
grunt)
docker exec -it -u www-data $1 grunt
;;
watch)
docker exec -it -u www-data $1 grunt watch
;;
mage-report)
docker exec -it -u www-data $1 cat var/report/$3
;;
Expand Down

0 comments on commit f18e4f7

Please sign in to comment.