docker-images/gitea-runner/NodeWithPnpmLatestDockerfile

6 lines
113 B
Plaintext
Raw Normal View History

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