`MTG_SECRET=<placeholder> envsubst < ...` was shell-broken on literal copy-paste — bash parses `<placeholder>` as redirection from a non-existent file. Two-line `export MTG_SECRET=...` + plain envsubst form removes the ambiguity. Applies to README, docker-compose.yml, and the .example header.pull/525/head
|
|
||
| 31 |
|
31 |
|
| 32 |
|
32 |
|
| 33 |
|
33 |
|
| 34 |
|
|
|
|
34 |
|
|
|
35 |
|
|
| 35 |
|
36 |
|
| 36 |
|
37 |
|
| 37 |
|
38 |
|
|
|
||
| 11 |
|
11 |
|
| 12 |
|
12 |
|
| 13 |
|
13 |
|
| 14 |
|
|
|
|
14 |
|
|
|
15 |
|
|
| 15 |
|
16 |
|
| 16 |
|
17 |
|
| 17 |
|
18 |
|
|
|
||
| 6 |
|
6 |
|
| 7 |
|
7 |
|
| 8 |
|
8 |
|
| 9 |
|
|
|
|
9 |
|
|
|
10 |
|
|
| 10 |
|
11 |
|
| 11 |
|
12 |
|
| 12 |
|
13 |
|