Skip to content

Commit 0faeb76

Browse files
chore: relocate .env to top-level directory
1 parent c94ceb8 commit 0faeb76

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
File renamed without changes.

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ 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-
- ./app/.env
1311
volumes:
1412
- ./app:/app
1513
ports:

0 commit comments

Comments
 (0)