Update README.md

This commit is contained in:
Billy Tat
2023-03-03 09:41:29 -08:00
committed by GitHub
parent 5fbd0dc26c
commit 450a93b029
+1 -1
View File
@@ -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"