Last active
March 4, 2018 12:29
-
-
Save Mrkisha/2520705b521749772e7d829bd58d2bc7 to your computer and use it in GitHub Desktop.
Docker php composer run from docker
This file contains hidden or 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
| docker run --rm --interactive --tty --volume $PWD:/app --user $(id -u):$(id -g) composer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment