Commit 6cda9bb
fix: Use absolute path in Docker ENTRYPOINT to support workdir changes
The Docker image was failing when Claude/Cursor changed the working directory
with -w flag. Using absolute path /app/InfinityFlow.CSharp.Eval.dll ensures
the application can be found regardless of working directory.
Fixes the "dotnet-InfinityFlow.CSharp.Eval.dll does not exist" error.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 09fb1c2 commit 6cda9bb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
0 commit comments