Sign inSign up

sixbysix/docker-gulp

By sixbysix

Updated almost 8 years ago

gulp container

Image
0

357

sixbysix/docker-gulp repository overview

Forked from Chekote/docker-gulp

A Docker image for Gulp.

To use the container with a project, do the following:

  • Copy the bin directory into your project.

  • Ensure that your profile PATH includes ./bin and that it takes priority over any other directory that may include a composer executable:

PATH=./bin:$PATH

Now whenever you are in your project's directory, you can simply execute node as you would with a typical composer installation, and the command will execute in the container instead:

gulp --version

Docker Hub : https://hub.docker.com/r/chekote/gulp/

Tag summary

Content type

Image

Digest

Size

129 MB

Last updated

almost 8 years ago

docker pull sixbysix/docker-gulp