Fix Ruby component publishing documentation
Docker images has to use root because it tries to write to `/.local` which would fail otherwise.
This commit is contained in:
@@ -173,7 +173,6 @@ A full release via Docker may be completed with the following:
|
|||||||
docker run --rm --interactive --tty \
|
docker run --rm --interactive --tty \
|
||||||
--volume $PWD:/app \
|
--volume $PWD:/app \
|
||||||
--workdir /app \
|
--workdir /app \
|
||||||
--user $(id -u):$(id -g) \
|
|
||||||
ruby:3.2-slim bash
|
ruby:3.2-slim bash
|
||||||
```
|
```
|
||||||
* Execute the following steps:
|
* Execute the following steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user