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

5 lines
107 B
Bash
Raw Normal View History

#!/bin/bash
docker build -t pybm-test -f packages/docker/Dockerfile.bionic .
2021-11-18 18:25:32 +01:00
docker run --rm -t pybm-test