From 23d036cb698b9b72d6d4be9aed536d73610d476c Mon Sep 17 00:00:00 2001 From: Timo Stark <tippexs91@googlemail.com> Date: Sun, 17 Apr 2022 22:33:16 +0200 Subject: [PATCH] Formatting --- t/README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/t/README b/t/README index deff24d..74e8e5f 100644 --- a/t/README +++ b/t/README @@ -1,12 +1,16 @@ To run tests use supplied Dockerfile.test: -docker build -f Dockerfile.test -t my-tag +```shell +docker build -t my-tag -f Dockerfile.test . +``` If you desire to use a container with Python3, you can supply an appropriate build argument: +```shell docker build -f Dockerfile.test -t my-tag --build-arg PYTHON_VERSION=3 . docker run my-tag +``` To run without Docker: -- GitLab