Commit 468f4f5
fix(docker): add \$PNPM_HOME/bin to PATH in custom Dockerfiles (#47)
Upstream fixed this in Dockerfile.admin/web/space/live via makeplane#9079 but our
custom Dockerfile.iw-* variants weren't included in that merge. Same fix:
ENV PATH="\$PNPM_HOME:\$PNPM_HOME/bin:\$PATH"
Without /bin, corepack-installed pnpm binaries aren't resolvable and
pnpm add -g turbo fails with "global bin directory not in PATH".
Co-authored-by: Surya <surya@eyriehq.com>1 parent 4ef2fe4 commit 468f4f5
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments