File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ help: ## Displays this list of targets with descriptions
77.PHONY : docs
88docs : # # Generate projects docs (from "Documentation" directory)
99 mkdir -p Documentation-GENERATED-temp
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
1313.PHONY : test-docs
1414test-docs : # # Test the documentation rendering
1515 mkdir -p Documentation-GENERATED-temp
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
You can’t perform that action at this time.
0 commit comments