Sign inSign up

webfatorial/gulp

By webfatorial

•Updated over 10 years ago

Gulp Docker images

Image
1

1.9K

webfatorial/gulp repository overview

⁠webfatorial/docker-gulp

A Gulp Docker Images. This container execute a gulp [task] in a working folder

Gem packages included

  • SASS
  • SASS CSS Importer
  • Compass
  • Breakpoint

⁠Docker Compose example

watch:
    image: webfatorial/gulp
    volumes:
        - ./:/app
    working_dir: /app
    command: gulp watch

build:
    image: webfatorial/gulp
    volumes:
        - ./:/app
    working_dir: /app
    command: gulp build

Tag summary

Content type

Image

Digest

Size

179.7 MB

Last updated

over 10 years ago

docker pull webfatorial/gulp