1
0
Fork 0

Update Vercel installation method
continuous-integration/drone/push Build is failing Details

The Dockerfile now installs the latest version of Vercel using npm instead of yarn.
naicoi 2023-05-18 01:41:18 +07:00
parent 2ea098e31a
commit c9e1abc778
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
1 changed files with 1 additions and 1 deletions

View File

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