Skip to content

Commit 47b24c4

Browse files
committed
Update dev oneliner
I swear yarn changes this every release Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
1 parent c24be9e commit 47b24c4

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
@@ -20,7 +20,7 @@ This command starts a local development server and opens up a browser window. Mo
2020

2121
You can also use Docker to launch the website without needing to install and configure yarn:
2222
```
23-
$ docker run --rm -d --name k3s-docs -e HOME=$PWD -v $PWD:$PWD -w $PWD -u $(id -u) -p 3000:3000 node:22 sh -c 'corepack yarn start -h 0.0.0.0'
23+
$ docker run --rm -d --name k3s-docs -e HOME=$PWD -v $PWD:$PWD -w $PWD -u $(id -u) -p 3000:3000 node:22 sh -c 'corepack yarn install --immutable && corepack yarn start -h 0.0.0.0'
2424
```
2525

2626
### Build

0 commit comments

Comments
 (0)