add doc for xdebug for macos,

fix worker cmd
This commit is contained in:
Arthur de Moulins
2020-02-28 17:56:52 +01:00
parent 090ff844e3
commit 34ceffdae0
6 changed files with 12 additions and 7 deletions

View File

@@ -15,4 +15,4 @@ if [ ${XDEBUG_ENABLED} == "1" ]; then
docker-php-ext-enable xdebug
fi
bash -e docker-php-entrypoint $@
runuser -u app "$@"

View File

@@ -1,3 +0,0 @@
#!/bin/bash
runuser app -c 'php bin/console task-manager:scheduler:run'