File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ help: ## Displays this list of targets with descriptions
7
7
docs : # # Generate projects docs (from "Documentation" directory)
8
8
mkdir -p Documentation-GENERATED-temp
9
9
10
- docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation
10
+ docker run --user $(shell id -u):$(shell id -g) -- rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation
11
11
12
12
.PHONY : test-docs
13
13
test-docs : # # Test the documentation rendering
14
14
mkdir -p Documentation-GENERATED-temp
15
15
16
- docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --minimal-test
16
+ docker run --user $(shell id -u):$(shell id -g) -- rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --minimal-test
17
17
18
18
.PHONY : generate
19
19
generate : codesnippets command-json # # Regenerate automatic code documentation
You can’t perform that action at this time.
0 commit comments