-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
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
After 'composer install' my 'vendor' is empty #21
Comments
Did you solve it? |
No. |
The authors of this repo used named volumes instead of bind volumes which is something you usually need when you have a complex CI/CD pipeline. To solve this issue you can simply replace this block in
with:
Note: In |
Thank you very much |
Thanks for your work and please help me.
I work on Linux.
I committed all points of your 'Installation' guide.
After running 'composer install' the packages were downloaded and installed but after it, I see my 'vendor' folder empty.
I use phpStorm.
Where is the 'vendor' which was installed packages in?
Also, how to use these containers with phpStrom?
Volodymyr
The text was updated successfully, but these errors were encountered: