This repository has been archived on 2024-12-01. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-01/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