Commit 571a610
authored
fix: add .venv/bin to PATH in container Dockerfile (#471)
uv sync ignores UV_SYSTEM_PYTHON=1 and always creates a .venv directory,
so console scripts like opentelemetry-instrument are installed to
/app/.venv/bin/ which is not on PATH. This causes container startup to
fail with 'executable file not found in $PATH'.1 parent f2942dd commit 571a610
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments