docker-images/gitea-runner/NodeWithPnpmLatestDockerfile

6 lines
112 B
Plaintext
Raw Normal View History

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