File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ test: test-lint test-cgl phpstan
4444.PHONY : docs
4545docs : # # Generate projects docs (from "Documentation" directory)
4646 mkdir -p Documentation-GENERATED-temp
47- docker run --rm --pull always -v " $( shell pwd) " :/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation
47+ 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
4848
4949.PHONY : test-docs
5050test-docs : # # Test the documentation rendering
5151 mkdir -p Documentation-GENERATED-temp
52- docker run --rm --pull always -v " $( shell pwd) " :/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --fail-on-log
52+ 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
You can’t perform that action at this time.
0 commit comments