Skip to content

Instantly share code, notes, and snippets.

@naxmefy
Created June 18, 2017 09:35
Show Gist options
  • Save naxmefy/a31832574cf56a3841c452ab60489b4d to your computer and use it in GitHub Desktop.
Save naxmefy/a31832574cf56a3841c452ab60489b4d to your computer and use it in GitHub Desktop.
@off echo
docker run --rm -v %cd%:/app composer/composer install
#!/bin/sh
docker run --rm -v $(pwd):/app composer/composer install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment