Sign inSign up

webfatorial/node

By webfatorial

•Updated over 8 years ago

NODE webfatorial Docker Image

Image
0

660

webfatorial/node repository overview

⁠webfatorial/node

NODE extended version: provides a version of official node image with some npm global install.

npm global install

  • bower
  • gulp

gem packages included

  • SASS
  • SASS CSS Importer
  • Compass
  • Breakpoint

⁠Docker Compose example

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

Tag summary

Content type

Image

Digest

Size

292.5 MB

Last updated

over 8 years ago

docker pull webfatorial/node