Sign inSign up

elexy/docker-brunchsass

By elexy

•Updated over 12 years ago

0

42

elexy/docker-brunchsass repository overview

⁠docker brunch sass

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:

  • copy the Dockerfile to the root of your project
  • run "docker build ."

Tag Summary

No tags have been pushed to this repository yet.