Commit bfc06ab
fix: make app dir writable and set UV_CACHE_DIR for dynamic UID
Container runs as deployer's UID via docker-compose user directive,
so /.cache/uv (owned by root) is not writable. Set UV_CACHE_DIR
to /app/.cache/uv and make /app writable for any user.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2e915aa commit bfc06ab
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
0 commit comments