Commit a4536c4
fix(entrypoint): suppress chown errors on read-only bind mounts (#72)
Read-only bind mounts inside chowned trees cause chown -R to fail
with EPERM, killing the entrypoint under set -e. Make all chown
calls best-effort with 2>/dev/null || true.
Co-authored-by: OpenCode Agent <agent@opencode>
Co-authored-by: Jan Trnka <jan.trnka@firma.seznam.cz>1 parent c5366d2 commit a4536c4
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
0 commit comments