Last active
August 6, 2021 07:55
-
-
Save elizov/2a09b3c8b17683f2c663532fdcb2e2b7 to your computer and use it in GitHub Desktop.
Composer install via docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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