Skip to content

Commit 2b374b1

Browse files
authored
Make readme instructions more legible
1 parent 7794565 commit 2b374b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This site is written using [Jekyll](https://jekyllrb.com/), a static site genera
88

99
## Local Development
1010

11-
Build the container and run it!
12-
`docker build .`, read the ID from the output, and then `docker run -p 80:4000 [ID]`.
11+
Build the container: `docker build -t cshpublicsite .`
12+
Run the container: `docker run -p 4000:80 cshpublicsite`
1313
You will be able to access the site at http://localhost:4000.
1414

1515
You can either edit files in the container, or rebuild the container when you want to test changes.

0 commit comments

Comments
 (0)