NODE extended version: provides a version of official node image with some npm global install.
npm global install
gem packages included
npm:
image: webfatorial/node
volumes:
- ./:/src
working_dir: /src
command: npm install --no-bin-links
gulp-watch:
image: webfatorial/node
volumes:
- ./:/app
working_dir: /app
command: gulp watch
gulp-build:
image: webfatorial/node
volumes:
- ./:/app
working_dir: /app
command: gulp build
bower:
image: webfatorial/node
volumes:
- ./:/app
working_dir: /app
command: bower install --allow-root
Content type
Image
Digest
Size
292.5 MB
Last updated
over 8 years ago
docker pull webfatorial/node