#!/bin/bash output="$1" shift exec docker run -ti \ -v "$(pwd)":/treble \ -v "$output":/treble_output \ -w /treble_output \ treble \ /bin/bash /treble/build.sh "$@"