szurubooru/server/hooks/test

9 lines
113 B
Text
Raw Normal View History

#!/bin/sh
set -e
docker run --rm \
-t $(docker build --target testing -q .) \
--color=no szurubooru/
exit $?