When trying to runt grunt, both via
docker run -it --rm dockerfile/nodejs-bower-grunt grunt
and from inside
docker run -it --rm dockerfile/nodejs-bower-grunt /bin/bash
I get
grunt-cli: The grunt command line interface. (v0.1.13) Fatal error: Unable to find local grunt. If you're seeing this message, either a Gruntfile wasn't found or grunt hasn't been installed locally to your project. For more information about installing and configuring grunt, please see the Getting Started guide:
When trying to runt grunt, both via
docker run -it --rm dockerfile/nodejs-bower-grunt gruntand from inside
docker run -it --rm dockerfile/nodejs-bower-grunt /bin/bashI get
grunt-cli: The grunt command line interface. (v0.1.13) Fatal error: Unable to find local grunt. If you're seeing this message, either a Gruntfile wasn't found or grunt hasn't been installed locally to your project. For more information about installing and configuring grunt, please see the Getting Started guide: