docker-images/gitea-runner/NodeWithPnpmLatestDockerfile
Liam d5dace88ad
Some checks failed
Publish Docker Image / docker (push) Failing after 13s
update to latest nodejs
2023-10-15 01:24:01 +01:00

4 lines
81 B
Plaintext

FROM fascinated/docker-images:node-latest
# Install pnpm
RUN npm install -g pnpm