models migrated and data insert success with dbeaver

This commit is contained in:
Ravi Prasad
2025-07-04 03:12:59 -05:00
parent cbbb1aef44
commit a16af088af
4 changed files with 17 additions and 6 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ services:
db-init:
build: .
env_file: .env
command: ["/nba_go"]
command: ["/nba_go", "import-data"]
depends_on:
postgres:
condition: service_healthy