페이지 화면 수정 및 dockerfile 수정

This commit is contained in:
2025-12-10 12:02:40 +09:00
parent 83dc4c86da
commit 6731eec802
11 changed files with 931 additions and 115 deletions

View File

@@ -13,7 +13,7 @@ const nextConfig: NextConfig = {
return [
{
source: '/backend/api/:path*', // /api가 붙은 모든 요청
destination: 'http://backend:4000/:path*', // 백엔드 API로 요청
destination: 'http://192.168.11.249:4000/:path*', // 백엔드 API로 요청
},
];
},