Skip to content

Instantly share code, notes, and snippets.

@polds
Last active September 24, 2015 15:29
Show Gist options
  • Save polds/11d97356c31114ae55cf to your computer and use it in GitHub Desktop.
Save polds/11d97356c31114ae55cf to your computer and use it in GitHub Desktop.
#!/bin/sh
docker pull composer/composer
cd src
docker build -t composer .
docker run --rm -v $(pwd):/app composer install --no-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment