docker-images/NodeWithPnpmLatestDockerfile
Liam 73ad9c552b
Some checks failed
Publish Docker Image / docker (push) Failing after 18s
move to root dir
2023-11-29 18:58:27 +00:00

7 lines
112 B
Plaintext

FROM fascinated/docker-images:node-latest
# Install pnpm
RUN npm install -g pnpm
ENV PNPM_HOME=/usr/local/bin