Skip to content

Instantly share code, notes, and snippets.

@korniychuk
Created March 21, 2018 15:30
Show Gist options
  • Save korniychuk/0514586401dcdddf929128610707d20d to your computer and use it in GitHub Desktop.
Save korniychuk/0514586401dcdddf929128610707d20d to your computer and use it in GitHub Desktop.
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