Files
pipeline/docker
chpark 4b9b22a2fe
Build and Push Images / build-and-push (push) Has been cancelled
fix(frontend): next.js standalone 모드와 실행 명령 정합 — next start → node server.js
Next.js 15 부터 output: "standalone" 설정 시 next start 로 실행하면 정적 자원(_next/static)이 404,
API rewrite도 동작 안 함. .next/standalone/server.js 직접 실행하도록 Dockerfile 변경.
static/public 디렉토리는 standalone 트리에 같이 복사해야 함.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 16:06:04 +09:00
..