stackage-server/etc/docker/build.sh
2016-02-19 10:51:27 -08:00

6 lines
166 B
Bash
Executable File

#!/usr/bin/env bash
# See description at https://github.com/fpco/devops-helpers#wrappers
set -xe
cd "$(dirname "${BASH_SOURCE[0]}")/../.."
stack image container "$@"