Skip to content

Add COMPOSER_AUTH variable to pass composer tokens into Docker#71

Open
rbayliss wants to merge 2 commits intomasterfrom
composer_auth
Open

Add COMPOSER_AUTH variable to pass composer tokens into Docker#71
rbayliss wants to merge 2 commits intomasterfrom
composer_auth

Conversation

@rbayliss
Copy link
Contributor

This PR allows us to pull our composer authentication tokens from outside the container to the inside. It can be enabled by adding the following line to .bash_profile:

export COMPOSER_AUTH=$(cat ~/.composer/auth.json)

@rbayliss
Copy link
Contributor Author

Anybody have any feedback here? The intention is to allow people to carry their composer authentication tokens from their host machine to the containers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant