docker-images/gitea-runner/NodeWithPnpmLatestDockerfile

7 lines
118 B
Plaintext
Raw Normal View History

FROM fascinated/docker-images:node-latest
# Install pnpm
RUN npm install -g pnpm
2023-11-16 13:48:58 +00:00
ENV PNPM_HOME=/usr/local/bin