Commit 6020241
fix: exclude migrations from Docker image to prevent startup crash
The migrations directory was being included in the Docker build context,
causing postgres.js sql.unsafe() to fail on large multi-statement SQL.
Migrations are run externally via deploy.sh as intended.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c878e4b commit 6020241
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments