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

6 lines
106 B
Bash
Raw Normal View History

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