From bfc4474815a701a31645319dab43f3fba04c7f8b Mon Sep 17 00:00:00 2001 From: Ho Chia Leung Date: Thu, 26 Sep 2024 16:41:38 +0200 Subject: [PATCH] merged the latest entrypoint configuration from Logto's source The previous entrypoint configuration throws error error: type "application_type" does not exist --- templates/compose/logto.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/logto.yaml b/templates/compose/logto.yaml index 88a7acec4..52f2f3b1b 100644 --- a/templates/compose/logto.yaml +++ b/templates/compose/logto.yaml @@ -9,7 +9,7 @@ services: depends_on: postgres: condition: service_healthy - entrypoint: ["sh", "-c", "npm run alteration deploy latest && npm run cli db seed -- --swe && npm start'"] + entrypoint: ["sh", "-c", "npm run cli db seed -- --swe && npm start"] environment: - SERVICE_FQDN_LOGTO - TRUST_PROXY_HEADER=1