mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 03:53:13 +00:00
10 lines
111 B
Bash
10 lines
111 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
if [ ! -z ${DOCKER_XDEBUG_ENABLED} ]; then
|
|
. usr-bin/docker-xdebug-enable
|
|
fi
|
|
|
|
exec "$@"
|