Fix env injection
Test / test (push) Successful in 1m4s Details

This commit is contained in:
Jeff Lieb 2025-03-22 16:04:07 -04:00
parent 683c685b7d
commit f78d448a0b
2 changed files with 2 additions and 4 deletions

View File

@ -3,6 +3,7 @@ services:
build: .
ports:
- "9000:3000"
env_file: ".env"
database:
image: postgres:16
environment:

View File

@ -1,7 +1,4 @@
#!/bin/bash
set -a
source ./.env
set +a
npx tsx api/data/upgrade.ts
npx tsx server.ts