From b55a9d50dea7839d2ff873d5cedd47c20fa0c94c Mon Sep 17 00:00:00 2001 From: faisolavolut Date: Thu, 23 Oct 2025 19:49:59 +0700 Subject: [PATCH] fix: update Docker configuration to set PORT to 3000 for consistency --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3d8d3f2..16b74f3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: args: NEXT_PUBLIC_API_URL: http://localhost:3000 NODE_ENV: production - PORT: 3002 + PORT: 3000 image: ibank-frontend:latest environment: - NODE_ENV=production