Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 501 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 501 Bytes

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