feat: update readme
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 51s

This commit is contained in:
2026-01-11 20:47:21 +01:00
parent 1b681ed101
commit a9271b2e87

View File

@@ -7,3 +7,10 @@ Demo: <https://homeschooling.br0tkasten.de>
. env/bin/activate . env/bin/activate
pip3 install -r requirements.txt pip3 install -r requirements.txt
``` ```
## docker
```
docker buildx build -t rechentrainer:latest --load .
docker run --name rechentrainer rechentrainer:latest
```