We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24be9e commit 47b24c4Copy full SHA for 47b24c4
README.md
@@ -20,7 +20,7 @@ This command starts a local development server and opens up a browser window. Mo
20
21
You can also use Docker to launch the website without needing to install and configure yarn:
22
```
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'
+$ 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'
24
25
26
### Build
0 commit comments