TYPO3-Documentation / render-guides

Render the docs with phpdocumentor/guides
GNU General Public License v3.0
3 stars 8 forks source link

[TASK] Add verbose error when docker entrypoint fails #799

Closed garvinhicking closed 1 month ago

garvinhicking commented 1 month ago

A common problem for macOS users running docker as non-root is that omitting a '--user' option makes our entrypoint.sh script try to on-the-fly create a matching user.

(See https://github.com/FriendsOfTYPO3/tea/issues/1490)

This patch adds a verbose error message to hint at the problem.