mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-22 17:33:12 +00:00
fix worker command passed to entrypoint
This commit is contained in:
@@ -15,4 +15,4 @@ if [ ${XDEBUG_ENABLED} == "1" ]; then
|
||||
docker-php-ext-enable xdebug
|
||||
fi
|
||||
|
||||
runuser -u app "$@"
|
||||
runuser -u app -- $@
|
||||
|
Reference in New Issue
Block a user