Skip to content

Instantly share code, notes, and snippets.

@yariksheptykin
Last active November 18, 2019 20:22
Show Gist options
  • Save yariksheptykin/79b1ca3e99fc717df4c1bcf7f1afdce5 to your computer and use it in GitHub Desktop.
Save yariksheptykin/79b1ca3e99fc717df4c1bcf7f1afdce5 to your computer and use it in GitHub Desktop.
alias for runnung composer inside pfaffenbauer's pimcore container
alias composer='docker run --rm --interactive --tty --volume $PWD:/var/www/html --user $(id -u):$(id -g) --volume $HOME/.composer:/.composer dpfaffenbauer/pimcore:PHP7.2-apache composer'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment