Update gitea-runner/NodeWithPnpmLatestDockerfile
All checks were successful
Publish Docker Image / docker (push) Successful in 1m33s

This commit is contained in:
Lee 2023-11-16 13:22:09 +00:00
parent f743376c4a
commit f4b421d4ad

@ -1,4 +1,6 @@
FROM fascinated/docker-images:node-latest
# Install pnpm
RUN npm install -g pnpm
FROM fascinated/docker-images:node-latest
# Install pnpm
RUN npm install -g pnpm
ENV PNPM_HOME=/home/pnpm