gallery.accords-library.com/server/hooks/test

9 lines
113 B
Bash
Executable File

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