Update gitea-runner/NodeWithPnpmLatestDockerfile
All checks were successful
Publish Docker Image / docker (push) Successful in 1m33s
All checks were successful
Publish Docker Image / docker (push) Successful in 1m33s
This commit is contained in:
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
|
Loading…
Reference in New Issue
Block a user