docker-images/gitea-runner/NodeWithPnpmLatestDockerfile

4 lines
81 B
Plaintext
Raw Normal View History

2023-10-15 00:24:01 +00:00
FROM fascinated/docker-images:node-latest
2023-10-15 00:08:50 +00:00
# Install pnpm
RUN npm install -g pnpm