Commit 23ca5b9
committed
fix: add missing WORKDIR /app in production stage
The multi-stage build conversion in livekit-examples#56 moved WORKDIR /app into the
build stage, but each FROM resets the working directory. Without
WORKDIR in the production stage, CMD runs from / and fails with
"Failed to spawn: src/agent.py - No such file or directory".
This matches the CLI's embedded template (livekit-cli PR #789).1 parent 2c53ee3 commit 23ca5b9
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
0 commit comments