Commit 6610ecc
Successfully bust Docker cache with entrypoint path change
Changed COPY destination from /app/start.sh to /app/entrypoint.sh
- Docker build now executes fresh COPY commands (not cached)
- Machine now attempts to run /app/entrypoint.sh (correct path)
- Still getting 'No such file or directory' - file copy issue persists
Next: Debug why COPY command succeeds but file doesn't exist at runtime
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 5defef5 commit 6610ecc
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
0 commit comments