#!/usr/bin/env bash NPM_COMMAND="npm run test:integ" docker run --rm --init -it -v $PWD:/usr/src/app btroops $NPM_COMMAND