fix worker command passed to entrypoint

This commit is contained in:
Arthur de Moulins
2020-03-12 15:37:25 +01:00
parent 924515d6d0
commit 38b15ab464

View File

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