Sign inSign up

skwi/docker-grunt

By skwi

•Updated about 11 years ago

Image for grunt task runner

Image
1

298

skwi/docker-grunt repository overview

⁠Docker grunt container

⁠Installation

  1. Install Docker⁠.
  2. Download an automated build from the Docker Hub Registry⁠: docker pull skwi/docker-grunt

⁠How to use this image

Run any grun command

$ docker run --rm -v $(pwd):/data skwi/docker-grunt

This will call the grunt command int the /data folder of the container. You can off course call the grunt command with different options

$ docker run --rm -v $(pwd):/data skwi/docker-grunt build
⁠with-compass tag

The with-compass tag uses an image with a pre-installed instance of compass. This is useful if you are running compass commands in your Grunt tasks.

⁠Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.

⁠Contributing

You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.

Tag summary

Content type

Image

Digest

sha256:5553bcf41…

Size

178.9 MB

Last updated

about 11 years ago

docker pull skwi/docker-grunt