mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
chore(video): fix stale Remotion API names in Dockerfile comment (controller cleanup)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user