th5/_dev/bogo.sh
2017-09-05 21:06:35 +01:00

8 lines
204 B
Bash
Executable File

#!/usr/bin/env bash
set -xeuo pipefail
BASEDIR=$(cd "$(dirname "$0")" && pwd)
docker build -t tls-tris:bogo _dev/bogo
docker run --rm -v $BASEDIR/..:/go/src/github.com/cloudflare/tls-tris tls-tris:bogo