Skip to content

evolution7/docker-nodejs-bower-gulp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

nodejs-bower-gulp

This Dockerfile extends debian:wheezy and installs node, bower, gulp, 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-gulp npm install
docker run --rm -v `pwd`:/app evolution7/nodejs-bower-gulp bower install
docker run --rm -v `pwd`:/app evolution7/nodejs-bower-gulp gulp build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published