File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ WORKDIR /app
44
55ENV TURBO_TELEMETRY_DISABLED=1
66ENV PNPM_HOME="/pnpm"
7- ENV PATH="$PNPM_HOME:$PATH"
7+ ENV PATH="$PNPM_HOME:$PNPM_HOME/bin:$ PATH"
88ENV CI=1
99
1010RUN corepack enable pnpm
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM node:22-alpine AS base
33
44# Setup pnpm package manager with corepack and configure global bin directory for caching
55ENV PNPM_HOME="/pnpm"
6- ENV PATH="$PNPM_HOME:$PATH"
6+ ENV PATH="$PNPM_HOME:$PNPM_HOME/bin:$ PATH"
77RUN corepack enable
88
99# *****************************************************************************
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ WORKDIR /app
44
55ENV TURBO_TELEMETRY_DISABLED=1
66ENV PNPM_HOME="/pnpm"
7- ENV PATH="$PNPM_HOME:$PATH"
7+ ENV PATH="$PNPM_HOME:$PNPM_HOME/bin:$ PATH"
88ENV CI=1
99
1010RUN corepack enable pnpm
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM node:22-alpine AS base
33
44# Setup pnpm package manager with corepack and configure global bin directory for caching
55ENV PNPM_HOME="/pnpm"
6- ENV PATH="$PNPM_HOME:$PATH"
6+ ENV PATH="$PNPM_HOME:$PNPM_HOME/bin:$ PATH"
77RUN corepack enable
88
99# *****************************************************************************
You can’t perform that action at this time.
0 commit comments