Skip to content

Commit

Permalink
Use pnpm instead of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ysdragon authored Aug 4, 2024
1 parent 39f6e11 commit ed594f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /home/bots/StreamBot
RUN apk --no-cache add --virtual .builds-deps build-base python3 ffmpeg

# Install node dev types
RUN npm i --save-dev @types/node
RUN pnpm install --save-dev @types/node

# Install pnpm
RUN npm install pnpm -g
Expand Down

0 comments on commit ed594f0

Please sign in to comment.