#!/bin/bash

docker run -it --rm -v $(pwd):/data digitallyseamless/nodejs-bower-grunt bower $@
