Fix env injection
Test / test (push) Successful in 1m4s
Details
Test / test (push) Successful in 1m4s
Details
This commit is contained in:
parent
683c685b7d
commit
f78d448a0b
|
|
@ -3,6 +3,7 @@ services:
|
|||
build: .
|
||||
ports:
|
||||
- "9000:3000"
|
||||
env_file: ".env"
|
||||
database:
|
||||
image: postgres:16
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in New Issue