#!/bin/sh
set -e

docker run --rm \
	-t $(docker build --target testing -q .) \
	--color=no szurubooru/

exit $?