Skip to content

Instantly share code, notes, and snippets.

@Mrkisha
Last active March 4, 2018 12:29
Show Gist options
  • Select an option

  • Save Mrkisha/2520705b521749772e7d829bd58d2bc7 to your computer and use it in GitHub Desktop.

Select an option

Save Mrkisha/2520705b521749772e7d829bd58d2bc7 to your computer and use it in GitHub Desktop.
Docker php composer run from docker
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