Skip to content

Commit

Permalink
Activate pnpm from node's corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
DarwinsBuddy committed Jan 7, 2025
1 parent 5fb635e commit 6e6b86b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ FROM node:23.5.0-alpine

RUN mkdir -p /drone/volume \
&& touch /drone/volume/npmrc \
&& ln -s /drone/volume/npmrc /root/.npmrc
&& ln -s /drone/volume/npmrc /root/.npmrc \
&& corepack enable pnpm \
&& corepack use [email protected]

0 comments on commit 6e6b86b

Please sign in to comment.