Closed Gujarats closed 7 years ago
I have created the file auth.json in ~/.comfposer/auth.json and give the appropriate public key and private key. But when running this command docker-compose run --rm setup :
auth.json
~/.comfposer/auth.json
docker-compose run --rm setup
Initializing setup... Authentication required (repo.magento.com): Username: Password:
I tried to insert my credential to login in magento2 like inserting the appropriate public-key & private-key manually it is working.
public-key
private-key
It should not asking for this right ? because I already save those credential in my ~/.composer/auth.json Any idea ?
~/.composer/auth.json
This solved by copying the ~/.composer all files to the container.
~/.composer
I have created the file
auth.json
in~/.comfposer/auth.json
and give the appropriate public key and private key. But when running this commanddocker-compose run --rm setup
:I tried to insert my credential to login in magento2 like inserting the appropriate
public-key
&private-key
manually it is working.It should not asking for this right ? because I already save those credential in my
~/.composer/auth.json
Any idea ?