1
0
Fork 0

Refactor Dockerfile to remove pnpm installation
ci/woodpecker/push/woodpecker Pipeline failed Details

The commit removes the installation of pnpm from the Dockerfile and installs vercel using npm instead.
main
naicoi 2023-05-18 12:33:05 +07:00
parent 79ff8e4ead
commit b218c1fe1a
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
1 changed files with 1 additions and 2 deletions

View File

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