Skip to content

Commit 3a91527

Browse files
committed
fix(ci): added env_file in docker compose
1 parent f38a6a9 commit 3a91527

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ x-app: &default-app
2121
path: ./pyproject.toml
2222
- action: rebuild
2323
path: ./uv.lock
24+
env_file:
25+
- ".env"
2426

2527
services:
2628
app:

0 commit comments

Comments
 (0)