rq/run_tests_in_docker.sh

4 lines
88 B
Bash
Executable File

#!/bin/bash
docker build -f tests/Dockerfile . -t rqtest && docker run -it --rm rqtest