docker-images/gitea-runner/NodeWithPnpmLatestDockerfile

4 lines
81 B
Plaintext
Raw Normal View History

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