This commit is contained in:
2026-03-19 16:17:56 +07:00
parent 31e59827aa
commit a1b2fbb688
2 changed files with 2 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ services:
depends_on:
- postgres
env_file:
- ./backend/.env
- .env
environment:
NODE_ENV: production
PORT: 4000