Commit 4e8e03c
committed
fix: OTP 28 runtime + bind 0.0.0.0 for Docker
Gleam 1.14's build image ships OTP 28, so BEAM files compiled there
won't load on the OTP 27 runtime. Bumped runtime to erlang:28-alpine.
Also added mist.bind("0.0.0.0") so the server listens on all
interfaces — required for Docker networking (was binding 127.0.0.1).1 parent b05fc00 commit 4e8e03c
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
| 578 | + | |
578 | 579 | | |
579 | 580 | | |
580 | 581 | | |
| |||
0 commit comments