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 8, 2025
1 parent 5fb635e commit cba4b34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM node:23.5.0-alpine

RUN mkdir -p /drone/volume \
&& touch /drone/volume/npmrc \
&& ln -s /drone/volume/npmrc /root/.npmrc
&& touch /drone/volume/npmrc \
&& ln -s /drone/volume/npmrc /root/.npmrc \
&& npm install -g pnpm

0 comments on commit cba4b34

Please sign in to comment.