Use tty for colorful output

This commit is contained in:
Dmitri Bogomolov 2021-11-18 19:25:32 +02:00
parent a94ffef279
commit 643e47bf15
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -1,4 +1,4 @@
#!/bin/bash
docker build -t pybm-test -f packages/docker/Dockerfile.bionic .
docker run --rm pybm-test
docker run --rm -t pybm-test