Commit 6c94bb1
fix: use multi-stage Docker build to prevent OOM during tsc
The @vechain/vebetterdao-contracts typechain types exhaust the default
heap when compiling inside Alpine. Split into a builder stage with a 4GB
heap limit and a slim runtime stage with production-only deps.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d44cd6b commit 6c94bb1
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
8 | 14 | | |
9 | 15 | | |
0 commit comments