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 17a470e
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 \
&& corepack enable pnpm

0 comments on commit 17a470e

Please sign in to comment.