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.