Skip to content

Instantly share code, notes, and snippets.

@soup-bowl
Last active March 27, 2019 21:40
Show Gist options
  • Save soup-bowl/539a63e9391e55afb8fc66ddef3ddc01 to your computer and use it in GitHub Desktop.
Save soup-bowl/539a63e9391e55afb8fc66ddef3ddc01 to your computer and use it in GitHub Desktop.
Natively installed?! You're doing it wrong!
alias php='docker run -it --rm php:7.3-alpine '
alias composer='docker run -it --rm --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