Files
Phraseanet/docker/db/docker/phraseanet-entrypoint.sh
2020-02-28 09:41:58 +01:00

8 lines
129 B
Bash
Executable File

#!/bin/bash
set -eo pipefail
shopt -s nullglob
envsubst < /custom.cnf > /etc/mysql/conf.d/custom.cnf
docker-entrypoint.sh "$@"