Skip to content

Commit fefc3d8

Browse files
[TASK] Add usermapping for linux (#360)
1 parent 5fd9975 commit fefc3d8

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
@@ -11,10 +11,10 @@ codesnippets: ## Regenerate automatic code snippets
1111
docs: ## 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
1717
test-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

0 commit comments

Comments
 (0)