1
0
Fork 0
vercel/Dockerfile

4 lines
91 B
Docker

ARG version=16
FROM node:${version}-alpine
RUN apk add g++ make py3-pip
RUN npm i -g vercel