Docker compose to run test

This commit is contained in:
2024-11-21 17:26:42 +02:00
parent 77cb613f73
commit 5edd074b7f
3 changed files with 33 additions and 1 deletions

View File

@@ -1 +1,9 @@
Example for presentation.
Example for presentation.
---
Running tests with docker compose
```sh
docker compose run --build readable-example
```