#!/bin/sh set -e cd "$(dirname "$0")/.." IMAGE=$(basename $PWD):latest docker build . -t $IMAGE docker run $IMAGE bin/test