readme updates and vertical centering magic

This commit is contained in:
JesseBot 2022-10-06 10:17:25 +02:00
parent 1786797fb6
commit 66d9d5f116

View file

@ -44,7 +44,7 @@ Under the Hood
```bash ```bash
docker build . -t <name of tag you want>` docker build . -t <name of tag you want>`
# if you want to test it locally, you can do this # if you want to test it locally, you can do this
docker run -p 8080:8000 <name of the tag you used> docker run --rm -p 8080:8000 <name of the tag you used>
``` ```
Then you can go to http://127.0.0.1:8080 in a browser to view your changes. Then you can go to http://127.0.0.1:8080 in a browser to view your changes.