Skip to content

JohnnyWorks-TW/docker-pnpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

pNpm image

pNpm is a fast, disk space efficient package manager for node modules. This image just a wrapper of the official node image with pnpm installed.

Usage

You can use this image as a base image for your project.
or you can run it directly to use pnpm.

docker run --rm -it johnnyworks/pnpm:18.19.0-slim bash