0ßpß## chaplin.js Dockerfile
Please not that this image is meant to be used for local development only.
Install Docker.
Start a container and create your application
sudo docker run -i -t -v /path/on/host:/var/www -w /var/www pulse00/chaplinjs bashbrunch new gh:paulmillr/brunch-with-chaplinbower install --allow-rootsudo 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.
Content type
Image
Digest
sha256:66c5a6e99…
Size
105.4 MB
Last updated
almost 11 years ago
docker pull pulse00/chaplinjs