From 2f5df36c6a596c792c649b1e87a1e1f0f1adfe08 Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Mon, 14 Nov 2022 13:55:31 -0800 Subject: [PATCH] Fix incorrect port in website README (#1509) ## Description We remapped ports earlier to fix conflicts with the local docs preview. ## Type of change - [x] :bug: Bugfix - [x] :world_map: Documentation --- website/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/README.md b/website/README.md index 14b6c99f5..f48cf64a2 100644 --- a/website/README.md +++ b/website/README.md @@ -19,7 +19,7 @@ make buildimage make dev ``` -This command starts a local development server within the Docker container and will expose a live website preview at [http://localhost:3000](http://localhost:3000). +This command starts a local development server within the Docker container and will expose a live website preview at [http://localhost:5050](http://localhost:5050). ## Building a static website