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 @@ -11,10 +11,10 @@ codesnippets: ## Regenerate automatic code snippets
1111docs : # # Generate projects docs (from "Documentation" directory)
1212 mkdir -p Documentation-GENERATED-temp
1313
14- docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation
14+ 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
1515
1616.PHONY : test-docs
1717test-docs : # # Test the documentation rendering
1818 mkdir -p Documentation-GENERATED-temp
1919
20- docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --minimal-test
20+ 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
You can’t perform that action at this time.
0 commit comments