szurubooru/server/hooks/test
2020-08-28 14:43:10 -04:00

8 lines
113 B
Bash
Executable file

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