feat(deploy): Next standalone 출력 + Dockerfile (NAS self-host Phase 3)
- next.config: output 'standalone' + outputFileTracingRoot(workspace 중첩 방지) - Dockerfile(멀티스테이지, NEXT_PUBLIC_* build-arg) + .dockerignore - maxDuration은 Vercel 운영 보호 위해 유지(self-host에선 무시됨) - 로컬 빌드 검증: .next/standalone/server.js 루트 생성 확인 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
10
.dockerignore
Normal file
10
.dockerignore
Normal file
@@ -0,0 +1,10 @@
|
||||
node_modules
|
||||
.next
|
||||
.git
|
||||
.env*
|
||||
docs
|
||||
supabase
|
||||
*.md
|
||||
.vercel
|
||||
.DS_Store
|
||||
npm-debug.log*
|
||||
Reference in New Issue
Block a user