firepoker icon indicating copy to clipboard operation
firepoker copied to clipboard

Adds Docker support for development, testing, and deployment

Open guidoscheffler opened this issue 5 years ago • 2 comments

guidoscheffler avatar Aug 15 '20 07:08 guidoscheffler

@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?

flixman avatar Apr 21 '21 09:04 flixman

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.

guidoscheffler avatar Apr 22 '21 16:04 guidoscheffler