Sign inSign up

pulse00/chaplinjs

By pulse00

Updated almost 11 years ago

Image
0

291

pulse00/chaplinjs repository overview

0ßpß## chaplin.js Dockerfile

Please not that this image is meant to be used for local development only.

Dependencies
Installation
  1. Install Docker.

  2. Start a container and create your application

  • sudo docker run -i -t -v /path/on/host:/var/www -w /var/www pulse00/chaplinjs bash
  • brunch new gh:paulmillr/brunch-with-chaplin
  • bower install --allow-root
Usage

sudo docker run -i -t -v /path/on/host:/var/www -p 3333:3333 -w /var/www pulse00/chaplinjs bash will give you a bash for running your usual brunch workflow, e.g. brunch w --server will start the local development server on port 3333 while watching your files for changes.

/path/on/host will contain the application files on your host system.

Tag summary

Content type

Image

Digest

sha256:66c5a6e99

Size

105.4 MB

Last updated

almost 11 years ago

docker pull pulse00/chaplinjs