1
0
Fork 0
vercel/Dockerfile

4 lines
83 B
Docker

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