fix: update Docker configuration to set PORT to 3000 for consistency

This commit is contained in:
faisolavolut 2025-10-23 19:49:59 +07:00
parent 9934c2af9e
commit b55a9d50de
1 changed files with 1 additions and 1 deletions

View File

@ -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