Files
Alem Tuzlak 621c4e3bd1 fix(showcase/langgraph-python): copy manifest.yaml into runtime image
The demos layout's `generateMetadata` calls `headers()` (forces dynamic
rendering) and reads `manifest.yaml` at request time for per-demo titles.
The Dockerfile's runner stage didn't include the manifest, so every
`/demos/*` route in production threw a Server Components render error
(ENOENT on /app/manifest.yaml). The home page was unaffected because it
has no dynamic APIs and gets statically prerendered at build time.

Add a single COPY of `manifest.yaml` into the runner stage.
2026-05-07 13:55:39 +02:00

3.5 KiB