Skip to content

Commit

Permalink
feat: installs PNPM
Browse files Browse the repository at this point in the history
  • Loading branch information
harrytang authored Oct 24, 2024
1 parent 3e1e38e commit 7ec2903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:lts-alpine

# Install common tools and upgrade NPM
RUN apk add --no-cache git openssh && npm -g install npm
RUN apk add --no-cache git openssh && npm install -g npm && npm install -g pnpm

# Install git
RUN apk add --no-cache git
RUN apk add --no-cache git

0 comments on commit 7ec2903

Please sign in to comment.