From 450a93b0298cec85cf6d603049cc73b1319c76a7 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Fri, 3 Mar 2023 09:41:29 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 065555cb1af..9676327d93e 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ This command generates static content into the `build` directory and can be serv You can also use [Docker](https://www.docker.com/) to launch the website. -The below command can be use to install the dependencies and run the site inside a container: +The below command can be used to install the dependencies and run the site inside a container: ``` docker run --rm -it -v $PWD:$PWD -w $PWD -p 3000:3000 node /bin/sh -c "yarn install && yarn start -h 0.0.0.0"