Commit 47cfc64
claudfuen
fix: include src/env.ts in Docker container for migrations
- Copy entire src directory instead of just src/db in Dockerfile
- This ensures the migration script can access the env.ts file
- Fixes 'Cannot find module ../src/env' error during database migrations1 parent 70e9901 commit 47cfc64
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments