21123
This commit is contained in:
6
backend/.dockerignore
Normal file
6
backend/.dockerignore
Normal file
@@ -0,0 +1,6 @@
|
||||
node_modules
|
||||
dist
|
||||
npm-debug.log
|
||||
Dockerfile
|
||||
.env
|
||||
.env.local
|
||||
@@ -33,7 +33,7 @@ services:
|
||||
depends_on:
|
||||
- postgres
|
||||
env_file:
|
||||
- .env
|
||||
- ./backend/.env
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
PORT: 4000
|
||||
|
||||
Reference in New Issue
Block a user