Skip to content

Commit 1f0dd7d

Browse files
[TASK] Add usermapping for linux (#294)
1 parent 104c359 commit 1f0dd7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ help: ## Displays this list of targets with descriptions
88
docs: ## 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
1414
test-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

0 commit comments

Comments
 (0)