Commit c928055
committed
Fix Docker entrypoint by removing --no-editable flag and copying source code
- Removed --no-editable from uv sync to properly install package with console scripts
- Added source code copy to final image to support installed package
- This fixes the 'exec mcp-server-sqlite: no such file or directory' error1 parent 87afdd6 commit c928055
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
0 commit comments