From 66d9d5f116ccbb5d6bf6ba6d45792b2ddc10cd62 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Thu, 6 Oct 2022 10:17:25 +0200 Subject: [PATCH] readme updates and vertical centering magic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69c808f..95f99cf 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Under the Hood ```bash docker build . -t ` # if you want to test it locally, you can do this - docker run -p 8080:8000 + docker run --rm -p 8080:8000 ``` Then you can go to http://127.0.0.1:8080 in a browser to view your changes.