Advertisement
s4ros

composer

Jan 19th, 2019
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. docker run --rm --name composer \
  4. -v ${PWD}:/app \
  5. -w /app \
  6. composer "$@"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement