diff --git a/serve b/serve index face49f..9bc6993 100755 --- a/serve +++ b/serve @@ -1,3 +1,3 @@ #!/bin/bash -python3 -m http.server 8000 --directory public/ +python3 -m http.server 8000 --bind 127.0.0.1 --directory public/