Remove stale commented env_file lines from compose app service.

Clean up docker-compose by dropping commented env_file entries that were only used during temporary runtime-env debugging.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Yared Yemane 2026-05-11 10:28:12 -07:00
parent 6f1cb24c63
commit 23322c69cc

View File

@ -101,8 +101,6 @@ services:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
target: runner target: runner
# env_file:
# - .env
ports: ports:
- "${PORT}:${PORT}" - "${PORT}:${PORT}"
environment: environment: