Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Add verbose error when docker entrypoint fails (#799)
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 TYPO3BestPractices/tea#1490) This patch adds a verbose error message to hint at the problem.
- Loading branch information