npm with node-sass module and watch for css build
10K+
Node Sass image for building scss files.
This image accept watch and npm commands.
Download the image: docker pull catchdigital/node-sass
Run the imagem mounting your theme folder into the working directory (/var/www).
docker run --rm -ti -v $(pwd):/var/www catchdigital/node-sass npm install
If you want to add multiple commands inside the container when running it:
docker run --rm -ti -v $(pwd):/var/www catchdigital/node-sass bash -c 'npm install && npm run build'
Content type
Image
Digest
Size
45.4 MB
Last updated
almost 8 years ago
docker pull catchdigital/node-sass