Fix incorrect port in website README (#1509)

## Description

We remapped ports earlier to fix conflicts with the local docs preview.

## Type of change

- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
This commit is contained in:
Niraj Tolia 2022-11-14 13:55:31 -08:00 committed by GitHub
parent e17b383167
commit 2f5df36c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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