#!/usr/bin/env bash set -e docker build -t taggor . docker run -p 8888:80 -v "$PWD/src:/var/www/src" --rm -it taggor "$@"