docker container build for brunch.io with sass
install with:
docker pull elexy/docker-brunchsass
to run brunch from your current directory:
docker run -i -t -v `pwd`:/var/www/ -w /var/www seretalabs/brunchsass bash
to also expose port 3333 on your local machine:
docker run -i -t -p 3333:3333 -v `pwd`:/var/www/ -w /var/www seretalabs/brunchsass bash
While inside the container you can do:
brunch w -s
To run your brunch project inside this docker container:
No tags have been pushed to this repository yet.