Skip to content

Commit

Permalink
set pnpm home dir
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Sep 5, 2023
1 parent 7f69ff5 commit 5cfa9f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ RUN curl -L https://foundry.paradigm.xyz/ | bash && \
chisel --version

# pnpm
ENV PNPM_HOME="/pnpm"
ENV PATH="${PATH}:${PNPM_HOME}"
RUN npm install pnpm --global && pnpm --version

FROM base AS builder
Expand Down

0 comments on commit 5cfa9f4

Please sign in to comment.