You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "127.0.0.1 ::1 yoursite.test" | sudo tee -a /etc/hosts
docker-compose up -d
rm -rf src/vendor
bin/copytocontainer --all
bin/composer install
Expected Result
All vendor packages are downloaded Actual Result
One of the package cannot be downloaded
One more information. If I try to get this repo without docker (this project) - so not using composer - I can clone it - so ssh permission issue is related to docker container and looks that my ssh key was not copied to that container. But I don't know how to fix it. Could you help?
The text was updated successfully, but these errors were encountered:
Uncomment this line #- ~/.ssh/id_rsa:/var/www/.ssh/id_rsa:cached in docker-compose.dev.yml
and try to restart docker bin/restart
(as same as docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -d --remove-orphans)
Hello,
Description
Steps To Reproduce
Expected Result
All vendor packages are downloaded
Actual Result
One of the package cannot be downloaded
One more information. If I try to get this repo without docker (this project) - so not using composer - I can clone it - so ssh permission issue is related to docker container and looks that my ssh key was not copied to that container. But I don't know how to fix it. Could you help?
The text was updated successfully, but these errors were encountered: