docker-images/gitea-runner/NodeWithPnpmLatestDockerfile

7 lines
123 B
Plaintext
Raw Normal View History

FROM fascinated/docker-images:node-latest
# Install pnpm
RUN npm install -g pnpm
2023-11-16 13:43:51 +00:00
ENV SHELL /bin/bash
RUN pnpm setup