Skip to content

Instantly share code, notes, and snippets.

@danitome24
Created July 23, 2018 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danitome24/37682e8c565ed1417023bfd58776cef4 to your computer and use it in GitHub Desktop.
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