Dockerfile 71 Bytes
Newer Older
1 2 3 4
FROM node:10
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm install