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'