PowerShell/scripts/build.sh
Andrew Schwartzmeyer b9e313a3ba Use bash, not sh
2015-10-02 12:08:12 -07:00

5 lines
144 B
Bash
Executable file

#!/usr/bin/env bash
# Runs by non-interactively, just attaches output
export DOCKERFLAGS="--attach STDOUT --attach STDERR"
./build-run.sh "$*"