Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Fix make scheduler cmd for TYPO3 >6.2 (webdevops#162)
- Determine path to typo3/cli_dispatch.phpsh by looking up WEB_DOCUMENT_ROOT env variable which is defined in etc/environment.yml and automatically available in the app container. This makes the 'make scheduler' command work for all TYPO3 versions. - Run container as application user to avoid permission problems. - Use docker-compose exec instead of docker exec, which speeds up the command call, because there is no need to determine the container id of the app container anymore. Fixes webdevops#139
- Loading branch information