Skip to content

Commit 83bdc42

Browse files
port number changed for docker
Signed-off-by: Archit Sharma <[email protected]>
1 parent 095a325 commit 83bdc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The website can be run locally through Golang (Hugo) or Docker. If you choose to
1111

1212
### With Docker
1313

14-
Running the site locally is simple. Provided you have Docker installed, clone this repo, run `make docker`, and then visit http://localhost:3000.
14+
Running the site locally is simple. Provided you have Docker installed, clone this repo, run `make docker`, and then visit http://localhost:8080.
1515

1616
The docker image is pre-built with all the website dependencies installed, which is what makes it so quick and simple, but also means if you need to change dependencies and test the changes within Docker, you'll need a new image. If this is something you need to do, you can run make build-image to generate a local Docker image with updated dependencies, then make website-local to use that image and preview.
1717

0 commit comments

Comments
 (0)