Skip to content

Commit 68c065b

Browse files
authored
Merge pull request #1 from clho40/clho40-logto-entrypoint-fixes
Clho40 logto entrypoint fixes
2 parents 9a1c912 + bfc4474 commit 68c065b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/compose/logto.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
depends_on:
1010
postgres:
1111
condition: service_healthy
12-
entrypoint: ["sh", "-c", "npm run alteration deploy latest && npm run cli db seed -- --swe && npm start'"]
12+
entrypoint: ["sh", "-c", "npm run cli db seed -- --swe && npm start"]
1313
environment:
1414
- SERVICE_FQDN_LOGTO
1515
- TRUST_PROXY_HEADER=1

0 commit comments

Comments
 (0)