Skip to content

Commit 47c7f21

Browse files
committed
fix pnpm bin path
1 parent e30bf6a commit 47c7f21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apk add --no-cache git
1212

1313
# installs pnpm correctly
1414
ENV PNPM_HOME="/pnpm"
15-
ENV PATH="$PNPM_HOME:$PATH"
15+
ENV PATH="$PNPM_HOME/bin:$PATH"
1616

1717
RUN corepack enable
1818
RUN corepack prepare pnpm@11.5.1 --activate

0 commit comments

Comments
 (0)