* adding running how to

This commit is contained in:
david 2025-09-17 13:39:28 +02:00
parent dc7b75ef4b
commit 9d966c0f67

View File

@ -4,6 +4,22 @@
#### Difficulty : easy
----
## Running the challenge.
You can run the challenge using docker.
### with Docker compose
```
cd docker
sudo docker compose up --build
```
### Building and running the docker image
_todo_
```
```
## Writeup