From d391bc920e6ee37833335bccccbe8d7eb52670ae Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Mon, 21 Oct 2024 21:40:40 +0000 Subject: [PATCH] Update dev container command in README Signed-off-by: Brad Davidson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6d94f7a3..89707e2de 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This command starts a local development server and opens up a browser window. Mo You can also use Docker to launch the website without needing to install and configure yarn: ``` -docker run --rm -it -v $PWD:$PWD -w $PWD -p 3000:3000 node yarn start -h 0.0.0.0 +docker run --rm -d --name k3s-docs -v $PWD:$PWD -w $PWD -p 3000:3000 node sh -c 'yarn; yarn start -h 0.0.0.0' ``` ### Build