Skip to content

Instantly share code, notes, and snippets.

@danitome24
Created July 23, 2018 16:49
Show Gist options
  • Select an option

  • Save danitome24/37682e8c565ed1417023bfd58776cef4 to your computer and use it in GitHub Desktop.

Select an option

Save danitome24/37682e8c565ed1417023bfd58776cef4 to your computer and use it in GitHub Desktop.
Running composer command on docker
#!/bin/bash
# Simply run
docker run --rm -v $(pwd):/app -w /app composer install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment