issues
search
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
Fixed bin/bash to allow running from anywhere and to pass along any a…
#49
Closed
davidalger
closed
5 years ago
davidalger
commented
5 years ago
Allows bin/bash to be run from anywhere (was missed on my other PR)
Passes any args received to bash inside the container (allows running, for example, something like
bin/bash -c 'ls -lh'
from the host)
bin/bash -c 'ls -lh'
from the host)