A Gulp Docker Images. This container execute a gulp [task] in a working folder
Gem packages included
watch:
image: webfatorial/gulp
volumes:
- ./:/app
working_dir: /app
command: gulp watch
build:
image: webfatorial/gulp
volumes:
- ./:/app
working_dir: /app
command: gulp build
Content type
Image
Digest
Size
179.7 MB
Last updated
over 10 years ago
docker pull webfatorial/gulp