1
0
Fork 0

Update Dockerfile to use pnpm and install vercel globally
ci/woodpecker/push/woodpecker Pipeline failed Details

The Dockerfile has been updated to use pnpm instead of yarn, and to install vercel globally using pnpm. This change will improve the efficiency of package installation in the container.
main
naicoi 2023-05-18 12:31:36 +07:00
parent edf1f25fe7
commit 79ff8e4ead
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
ARG tag=18-alpine
FROM node:${tag}
RUN yarn global add vercel
RUN npm install -g pnpm
RUN pnpm i -g vercel