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 @@ -8,11 +8,11 @@ help: ## Displays this list of targets with descriptions
88docs : # # Generate projects docs (from "Documentation" directory)
99 mkdir -p Documentation-GENERATED-temp
1010
11- docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation
11+ 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
1212
1313.PHONY : test-docs
1414test-docs : # # Test the documentation rendering
1515 mkdir -p Documentation-GENERATED-temp
1616
17- docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --minimal-test
17+ 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
1818
You can’t perform that action at this time.
0 commit comments