Skip to content

Commit 310708f

Browse files
authored
Merge pull request coollabsio#3480 from JustMrMendez/patch-1
FIXES: coollabsio#3322 deploy DB alterations before starting the service
2 parents 8386aaf + 1fa42ec commit 310708f

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 cli db seed -- --swe && npm start"]
12+
entrypoint: ["sh", "-c", "npm run alteration deploy latest && npm run cli db seed -- --swe && npm start'"]
1313
environment:
1414
- SERVICE_FQDN_LOGTO
1515
- TRUST_PROXY_HEADER=1

0 commit comments

Comments
 (0)