Last active
April 27, 2021 04:30
-
-
Save germanow/4f11abb4f7718603fcc2fd8e254ab812 to your computer and use it in GitHub Desktop.
Docker composer install
This file contains hidden or 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
docker run --rm --interactive --tty \ | |
--volume $PWD:/app \ | |
--user $(id -u):$(id -g) \ | |
composer install --ignore-platform-reqs --no-scripts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment