There was an error while loading. Please reload this page.
2 parents 2f152ae + 90837a9 commit 382485eCopy full SHA for 382485e
2 files changed
.gitignore
@@ -2,3 +2,5 @@
2
/.cache
3
/**/temp
4
/output/
5
+/build/
6
+/.phpdoc/
Makefile
@@ -1,5 +1,5 @@
1
PHP_BIN = docker run -it --rm --user $$(id -u):$$(id -g) -v${PWD}:/opt/project -w /opt/project php:8.4-cli php -d memory_limit=1024M
-PHP_DOC = docker run --rm -v ${PWD}:/data -w /data phpdoc/phpdoc:3-unstable
+PHP_DOC = docker run --rm --user $$(id -u):$$(id -g) -v ${PWD}:/data -w /data phpdoc/phpdoc:3-unstable
.PHONY: help
help: ## Displays this list of targets with descriptions
0 commit comments