We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30bf6a commit 47c7f21Copy full SHA for 47c7f21
1 file changed
docker/Dockerfile
@@ -12,7 +12,7 @@ RUN apk add --no-cache git
12
13
# installs pnpm correctly
14
ENV PNPM_HOME="/pnpm"
15
-ENV PATH="$PNPM_HOME:$PATH"
+ENV PATH="$PNPM_HOME/bin:$PATH"
16
17
RUN corepack enable
18
RUN corepack prepare pnpm@11.5.1 --activate
0 commit comments