by devinfoley on 10/7/15, 3:24 PM with 28 comments
by mathewpeterson on 10/7/15, 7:46 PM
by siliconc0w on 10/7/15, 5:49 PM
To avoid reinstalling dependencies you can use multiple dependency files to separate your slowest building dependencies (i.e for ruby you can use a Gemfile and Gemfile.tip) and a git hook script to set the modified time of all files in the repo to their last change in git:
by greenleafjacob on 10/7/15, 4:49 PM
by bndw on 10/7/15, 4:44 PM
The biggest pain I've run into when using Docker for local dev is waiting for pip to install dependencies on rebuilds. This offers an interesting strategy for mitigating that and I look forward to digging into this more.
by wstrange on 10/7/15, 4:54 PM
Link the to github project: https://github.com/IFTTT/dash