Skip to content

Commit 450a2a7

Browse files
[TASK] Add usermapping for linux (#10)
1 parent be27330 commit 450a2a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ test: test-lint test-cgl phpstan
4444
.PHONY: docs
4545
docs: ## 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
5050
test-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

0 commit comments

Comments
 (0)