Docker image for running Compass watch.
After starting the container, compass watch starts compilations in the /app directory.
version: "3"
services:
compass:
image: droptica/compass
volumes:
- ./app/sites/all/themes/bootstrap_subtheme:/app
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.
Content type
Image
Digest
sha256:4b2e608de…
Size
19.5 MB
Last updated
over 2 years ago
docker pull droptica/compass