Skip to content

Commit dcf3c60

Browse files
chore: explicit .env file
1 parent a721658 commit dcf3c60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ services:
88
platform: ${PLATFORM:-linux/amd64} # linux/amd64, linux/arm64/v8
99
tty: false # false for `entrypoint` in Dockerfile
1010
stdin_open: false # false for `entrypoint` in Dockerfile
11+
env_file:
12+
- .env
1113
volumes:
1214
- ./app:/app
1315
ports:

0 commit comments

Comments
 (0)