Adds Docker support for development, testing, and deployment
@guidoscheffler Running docker build from your branch I am getting the following error: " 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:
http://gruntjs.com/getting-started The command '/bin/sh -c grunt build' returned a non-zero code: 99 " I do not have experience with Grunt. Might you know how to get this one fixed?
Hi @flixman ,
I just tried to reproduce the problem and it seems this happens when you have not started the dev container at least once before building. I updated the Dockerfile to always install the dependencies during the build process so this should not be a problem anymore.