szurubooru/server/hooks/test

8 lines
119 B
Bash
Executable file

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