docs: Add docker upload command

This commit is contained in:
moanos [he/him] 2024-09-27 19:48:18 +02:00
parent 803a6ff000
commit c5f147a78c

View File

@ -67,6 +67,10 @@ Build latest image
docker build . -t moanos/notfellchen:latest
```
```
docker push moanos/notfellchen:latest
```
```
docker run -p8000:7345 moanos/notfellchen:latest
```