1
0
Fork 0
vercel/Dockerfile

3 lines
60 B
Docker

ARG tag=18-alpine
FROM node:${tag}
RUN npm install -g vercel