Formatting

This commit is contained in:
Timo Stark 2022-04-17 22:33:16 +02:00
parent c0a43f4800
commit 23d036cb69
1 changed files with 5 additions and 1 deletions

View File

@ -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: