feat: update readme
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 51s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 51s
This commit is contained in:
@@ -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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user