Skip to content

evolution7/nodejs-bower-grunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

nodejs-bower-grunt

This Dockerfile extends debian:wheezy and installs node, bower, grunt, sass, compass, and libraries that are required for some builds. It is intended to be used for building the assets in your project.

The workdir is set to /app.

Example uses

docker run --rm -v `pwd`:/app evolution7/nodejs-bower-grunt npm install
docker run --rm -v `pwd`:/app evolution7/nodejs-bower-grunt bower install
docker run --rm -v `pwd`:/app evolution7/nodejs-bower-grunt grunt build

About

Dockerfile for compiling assets with nodejes/bower/grunt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published