Gulp image to run front-end tasks containers
879
Start a gulp container to run a project with all your front-end tools based on gulp tasks.
docker run -d --name gulp -e WORKSPACE=/var/www/yourWorkspace -e USER=yourHostUserName -e MODULES=event-stream gulp-less gulp-include -e TASKS=myTask1 myTask2 -v /var/www:/var/www kmelkez/gulp
If you want to build a bower container to manage your dependencies, take a look kmelkez/bower
Content type
Image
Digest
sha256:4369c7e77…
Size
-
Last updated
over 11 years ago
docker pull kmelkez/gulp