File size: 74 Bytes
c132e32
 
 
 
1
2
3
4
FROM node:16-alpine3.14
WORKDIR /app
COPY package*.json ./
RUN npm install