Skip to content

Instantly share code, notes, and snippets.

@TimoDJatomika
Created November 12, 2016 12:37
Show Gist options
  • Save TimoDJatomika/f2ce7f7e3401d4b24e3d2703d90a0a09 to your computer and use it in GitHub Desktop.
Save TimoDJatomika/f2ce7f7e3401d4b24e3d2703d90a0a09 to your computer and use it in GitHub Desktop.
Run PHP Composer as Docker Cotainer with current UID
docker run -u 1000 --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