All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 51s
16 lines
285 B
Markdown
16 lines
285 B
Markdown
# Rechentrainer
|
|
|
|
Einmaleins Übungsblätter generieren
|
|
Demo: <https://homeschooling.br0tkasten.de>
|
|
|
|
```
|
|
. env/bin/activate
|
|
pip3 install -r requirements.txt
|
|
```
|
|
|
|
## docker
|
|
|
|
```
|
|
docker buildx build -t rechentrainer:latest --load .
|
|
docker run --name rechentrainer rechentrainer:latest
|
|
``` |