Skip to content
Snippets Groups Projects
Commit 23d036cb authored by Timo Stark's avatar Timo Stark
Browse files

Formatting

parent c0a43f48
No related branches found
No related tags found
No related merge requests found
To run tests use supplied Dockerfile.test: 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 If you desire to use a container with Python3, you can supply an appropriate
build argument: build argument:
```shell
docker build -f Dockerfile.test -t my-tag --build-arg PYTHON_VERSION=3 . docker build -f Dockerfile.test -t my-tag --build-arg PYTHON_VERSION=3 .
docker run my-tag docker run my-tag
```
To run without Docker: To run without Docker:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment