This commit is contained in:
2026-03-19 16:16:12 +07:00
parent c702fdb6c1
commit 31e59827aa
6 changed files with 7 additions and 1 deletions

6
backend/.dockerignore Normal file
View File

@@ -0,0 +1,6 @@
node_modules
dist
npm-debug.log
Dockerfile
.env
.env.local

View File

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