chore(video): fix stale Remotion API names in Dockerfile comment (controller cleanup)

This commit is contained in:
Renn F
2026-07-06 02:22:35 +02:00
parent c1f97ca773
commit 024432bb19
+2 -2
View File
@@ -50,8 +50,8 @@ WORKDIR /app
ENV CI=true
# Install dependencies first (layer caching). Unlike the panel image, every
# dependency here runs at request time — bundle()/renderMedia() execute
# live per /render call — so there's no separate build output to discard
# dependency here runs at request time — createRenderJob()/executeRenderJob()
# execute live per /render call — so there's no separate build output to discard
# and no multi-stage split.
# pnpm-workspace.yaml carries the `allowBuilds: esbuild: true` approval —
# without it pnpm 11 hard-errors with [ERR_PNPM_IGNORED_BUILDS] (exit 1)