We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently i have to add to each setup a new github token:
Could not fetch https://api.github.com/repos/xxx/DoctrineExtensions/commits/xxx, please create a GitHub OAuth token to go over the API rate limit Head to https://github.com/settings/tokens/new?scopes=repo&description=Composer+on+docker+setup1 to retrieve a token. It will be stored in "/var/www/auth.json" for future use by Composer.
we should link the host's /var/www/auth.json to the container.
The text was updated successfully, but these errors were encountered:
yep, also had to deal with this... maybe with an exists check?
Sorry, something went wrong.
No branches or pull requests
Currently i have to add to each setup a new github token:
we should link the host's /var/www/auth.json to the container.
The text was updated successfully, but these errors were encountered: