Skip to content

Instantly share code, notes, and snippets.

@elizov
Last active August 6, 2021 07:55
Show Gist options
  • Save elizov/2a09b3c8b17683f2c663532fdcb2e2b7 to your computer and use it in GitHub Desktop.
Save elizov/2a09b3c8b17683f2c663532fdcb2e2b7 to your computer and use it in GitHub Desktop.
Composer install via docker
# composer install via docker
$ docker run --rm -v $(pwd):/app composer:latest install --ignore-platform-reqs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment