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