PowerShell/scripts/build.sh
2015-07-06 11:56:29 -07:00

5 lines
225 B
Bash
Executable file

#!/usr/bin/env sh
# Docker requires the volume path to be absolute... so we resolve it ourselves.
docker run --rm --interactive --tty --volume $(dirname $(pwd))/:/opt/monad --workdir /opt/monad/scripts andschwa/magrathea $@