You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 rivejä
204 B

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