docker-images/NodeWithPnpmLatestDockerfile

7 lines
112 B
Plaintext
Raw Normal View History

2023-11-29 18:58:27 +00:00
FROM fascinated/docker-images:node-latest
# Install pnpm
RUN npm install -g pnpm
ENV PNPM_HOME=/usr/local/bin