From a922598a006c168146c6cef1e288c9b59773b6cb Mon Sep 17 00:00:00 2001 From: wangxiang <376752150@qq.com> Date: Mon, 1 Sep 2025 13:14:52 +0800 Subject: [PATCH] bug fix: entry point script contents use wrong relative path. --- .../app-init/11-configure-custom-cabundle.sh | 2 +- deploy/docker-entrypoint.d/app-init/20-wait-for-db.sh | 2 +- deploy/docker-entrypoint.d/app/11-configure-custom-cabundle.sh | 2 +- deploy/docker-entrypoint.d/app/20-wait-for-db.sh | 2 +- deploy/docker-entrypoint.d/app/30-run-db-migrations.sh | 2 +- deploy/docker-entrypoint.d/nginx/10-configure-nginx.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy/docker-entrypoint.d/app-init/11-configure-custom-cabundle.sh b/deploy/docker-entrypoint.d/app-init/11-configure-custom-cabundle.sh index 3500414278e0..1641d060f827 120000 --- a/deploy/docker-entrypoint.d/app-init/11-configure-custom-cabundle.sh +++ b/deploy/docker-entrypoint.d/app-init/11-configure-custom-cabundle.sh @@ -1 +1 @@ -../common/11-configure-custom-cabundle.sh \ No newline at end of file +deploy/docker-entrypoint.d/common/11-configure-custom-cabundle.sh \ No newline at end of file diff --git a/deploy/docker-entrypoint.d/app-init/20-wait-for-db.sh b/deploy/docker-entrypoint.d/app-init/20-wait-for-db.sh index 79de63d03de3..70f954d6d86b 120000 --- a/deploy/docker-entrypoint.d/app-init/20-wait-for-db.sh +++ b/deploy/docker-entrypoint.d/app-init/20-wait-for-db.sh @@ -1 +1 @@ -../common/20-wait-for-db.sh \ No newline at end of file +deploy/docker-entrypoint.d/common/20-wait-for-db.sh \ No newline at end of file diff --git a/deploy/docker-entrypoint.d/app/11-configure-custom-cabundle.sh b/deploy/docker-entrypoint.d/app/11-configure-custom-cabundle.sh index 3500414278e0..1641d060f827 120000 --- a/deploy/docker-entrypoint.d/app/11-configure-custom-cabundle.sh +++ b/deploy/docker-entrypoint.d/app/11-configure-custom-cabundle.sh @@ -1 +1 @@ -../common/11-configure-custom-cabundle.sh \ No newline at end of file +deploy/docker-entrypoint.d/common/11-configure-custom-cabundle.sh \ No newline at end of file diff --git a/deploy/docker-entrypoint.d/app/20-wait-for-db.sh b/deploy/docker-entrypoint.d/app/20-wait-for-db.sh index 79de63d03de3..70f954d6d86b 120000 --- a/deploy/docker-entrypoint.d/app/20-wait-for-db.sh +++ b/deploy/docker-entrypoint.d/app/20-wait-for-db.sh @@ -1 +1 @@ -../common/20-wait-for-db.sh \ No newline at end of file +deploy/docker-entrypoint.d/common/20-wait-for-db.sh \ No newline at end of file diff --git a/deploy/docker-entrypoint.d/app/30-run-db-migrations.sh b/deploy/docker-entrypoint.d/app/30-run-db-migrations.sh index 78a4cf6da0bf..f905d98340f8 120000 --- a/deploy/docker-entrypoint.d/app/30-run-db-migrations.sh +++ b/deploy/docker-entrypoint.d/app/30-run-db-migrations.sh @@ -1 +1 @@ -../common/30-run-db-migrations.sh \ No newline at end of file +deploy/docker-entrypoint.d/common/30-run-db-migrations.sh \ No newline at end of file diff --git a/deploy/docker-entrypoint.d/nginx/10-configure-nginx.sh b/deploy/docker-entrypoint.d/nginx/10-configure-nginx.sh index ef9ad077b0de..c484483aac85 120000 --- a/deploy/docker-entrypoint.d/nginx/10-configure-nginx.sh +++ b/deploy/docker-entrypoint.d/nginx/10-configure-nginx.sh @@ -1 +1 @@ -../common/10-configure-nginx.sh \ No newline at end of file +deploy/docker-entrypoint.d/common/10-configure-nginx.sh \ No newline at end of file