From 976d788b175db32547660deab7f8e4e8299fe030 Mon Sep 17 00:00:00 2001 From: AndresMRM Date: Thu, 30 Jan 2020 16:07:59 -0300 Subject: [PATCH] Fix path to server config file. --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index c5317e20..c7d4d6f3 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -31,7 +31,7 @@ if [ ! -z "$MAILTRAIN_SETTING" ]; then exit 1 fi -if [ -f application/config/config.php ]; then +if [ -f server/config/production.yaml ]; then echo 'Info: application/production.yaml already provisioned' else echo 'Info: Generating application/production.yaml'