merged the latest entrypoint configuration from Logto's source

The previous entrypoint configuration throws error error: type "application_type" does not exist
This commit is contained in:
Ho Chia Leung 2024-09-26 16:41:38 +02:00 committed by GitHub
parent 3535dbb98f
commit bfc4474815
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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