1
0
Fork 0
vercel/Dockerfile

4 lines
79 B
Docker

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