Sign inSign up

droptica/compass

By droptica

Updated over 2 years ago

Image
0

3.8K

droptica/compass repository overview

image: droptica/compass

Docker image for running Compass watch.

Workdir

After starting the container, compass watch starts compilations in the /app directory.

Using in docker compose file
version: "3"
services:
  compass:
    image: droptica/compass
    volumes:
      - ./app/sites/all/themes/bootstrap_subtheme:/app
Run manual compile

Token [path] to replace the full path to the ./all/themes/bootstrap_subtheme directory.

$ docker run --rm -v [path]:/app droptica/compass

Press Ctrl-C to Stop.

Tag summary

Content type

Image

Digest

sha256:4b2e608de

Size

19.5 MB

Last updated

over 2 years ago

docker pull droptica/compass