fix sortby queries

This commit is contained in:
Ravi Prasad
2025-06-18 22:48:43 -05:00
parent 9475e1a245
commit 5775a42538
4 changed files with 72 additions and 17 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ services:
db-init:
build: .
env_file: .env
command: ["/nba_go"]
command: ["/nba_go", "import-data"]
depends_on:
postgres:
condition: service_healthy