You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TASK] Fix make scheduler cmd for TYPO3 >6.2 (#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#139
0 commit comments