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
77docs : # # Generate projects documentation (from "Documentation" directory)
88 mkdir -p Documentation-GENERATED-temp
99
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
1111
1212.PHONY : test-docs
1313test-docs : # # Test the documentation rendering
1414 mkdir -p Documentation-GENERATED-temp
1515
16- docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --fail-on-log
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 --fail-on-log
1717
1818.PHONY : test-lint
1919test-lint : # # Regenerate code snippets
You can’t perform that action at this time.
0 commit comments