Skip to content

node20 pnpm

Dockerfile

Dockerfile
FROM node:22.14.0-alpine

RUN npm install npm@latest -g
RUN npm install -g pnpm

Released under the MIT License.