fix: update Docker configuration to set PORT to 3000 for consistency
This commit is contained in:
parent
9934c2af9e
commit
b55a9d50de
|
|
@ -8,7 +8,7 @@ services:
|
||||||
args:
|
args:
|
||||||
NEXT_PUBLIC_API_URL: http://localhost:3000
|
NEXT_PUBLIC_API_URL: http://localhost:3000
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
PORT: 3002
|
PORT: 3000
|
||||||
image: ibank-frontend:latest
|
image: ibank-frontend:latest
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue