Created
March 21, 2018 15:30
-
-
Save korniychuk/0514586401dcdddf929128610707d20d to your computer and use it in GitHub Desktop.
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
docker run --rm --interactive --tty --volume $PWD:/app --volume /etc/passwd:/etc/passwd:ro --volume /etc/group:/etc/group:ro --user $(id -u):$(id -g) composer install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment