Commit 20e7fe6
committed
fix(docker): remove unsupported --max-executable-size NODE_OPTIONS
The --max-executable-size option is not supported in Node.js 22+ and was
causing the Docker build to fail. Removed this option while keeping other
valid memory optimizations.1 parent 8addf9a commit 20e7fe6
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments