Commit ebc086c
committed
fix: ensure foundry-module dir is writable by chronicle user
The foundry-module directory was COPY'd as root in the Dockerfile and
never chown'd, so upload/redeploy operations hit "permission denied"
when running as the unprivileged chronicle user.
https://claude.ai/code/session_01XMwxFR8BCi5XvgaSVMSBZB1 parent 6c6bb71 commit ebc086c
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments