npm install
gulp css
gulp concatSourceJS
gulp concatBuildJS
gulp
docker build -t [your username]/snapfresh .
docker run -p 49160:8080 -d [your username]/snapfresh
Note: See gulp-connect
option "root" to see where content its being served from
Using Node verison 0.10.40 suggested to use nvm to control multiple node versions https://github.com/creationix/nvm