This repository has been archived on 2024-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-10/run-tests-in-docker.sh

5 lines
104 B
Bash
Executable File

#!/bin/bash
docker build -t pybm-test -f packages/docker/Dockerfile.bionic .
docker run --rm pybm-test