mage2click / docker-magento-mutagen

Mage2click Docker-based development environment for Magento with mutagen.io sync for files on macOS
https://mage2.click
MIT License
69 stars 9 forks source link

bin/copytocontainer and bin/copyfromcontainer is not working as expected #57

Closed u-maxx closed 5 years ago

u-maxx commented 5 years ago

bin/copytocontainer and bin/copyfromcontainer is not working as expected

Currently, it is copying the content of pub/media folder on host to the /var/www/html/media folder on container, but it should copy to /var/www/html/pub/media on container.

The same issue with bin/copyfromcontainer in vice versa manner