All the credit goes to DigitallySeamless. You can think of
this repos as copy/past/replace with small adjustments of the wonderful repos
docker-nodejs-bower-grunt.
This repository contains a Dockerfile of Node.js w/ Grunt for automated builds and tests published to the public Docker Hub Registry.
-
Install Docker.
-
Download an automated builds and tests from public the Docker Hub Registry:
docker pull usemtech/nodejs-grunt(alternatively, you can build an image directly from this repository:
docker build -t="usemtech/nodejs-grunt" github.com/usemtech/nodejs-grunt)
docker run -it --rm usemtech/nodejs-grunt
docker run -it --rm usemtech/nodejs-grunt node
docker run -it --rm usemtech/nodejs-grunt npm
docker run -it --rm usemtech/nodejs-grunt grunt